summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-ids.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-19 10:48:57 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-19 10:48:57 +0000
commit96da52009539004821fdce2b1c8fba549798e648 (patch)
tree61c73d1a96ac100ddf8c944fb04f6e374a9841a5 /gst/matroska/matroska-ids.h
parent7afcb8068a8bf707357336ea0606f0db75be3878 (diff)
gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken.
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_wvpk_header), (gst_matroska_demux_audio_caps): * gst/matroska/matroska-ids.h: Fix demuxing of WavPack files. Muxing is still broken.
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-rw-r--r--gst/matroska/matroska-ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h
index fcf6e60d..c6c1852a 100644
--- a/gst/matroska/matroska-ids.h
+++ b/gst/matroska/matroska-ids.h
@@ -523,6 +523,8 @@ typedef struct _GstMatroskaTrackAudioContext {
GstMatroskaTrackContext parent;
guint samplerate, channels, bitdepth;
+
+ guint32 wvpk_block_index;
} GstMatroskaTrackAudioContext;
typedef struct _GstMatroskaTrackSubtitleContext {