diff options
Diffstat (limited to 'gst/aiffparse/aiffparse.h')
-rw-r--r-- | gst/aiffparse/aiffparse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/aiffparse/aiffparse.h b/gst/aiffparse/aiffparse.h index 5499a9b6..daca59cc 100644 --- a/gst/aiffparse/aiffparse.h +++ b/gst/aiffparse/aiffparse.h @@ -76,6 +76,7 @@ struct _AIFFParse { guint32 rate; guint16 channels; guint16 width; + guint16 depth; guint32 endianness; /* real bytes per second used or 0 when no bitrate is known */ @@ -85,6 +86,9 @@ struct _AIFFParse { guint32 total_frames; + guint32 ssnd_offset; + guint32 ssnd_blocksize; + /* position in data part */ guint64 offset; guint64 end_offset; |