summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackdec.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-06-09 15:33:32 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-06-09 15:33:32 +0000
commite05417a077e8d85cafe68bd215c6b0fd133b0022 (patch)
treefde3254974bdbbc506b527a78e7a474c115f00d5 /ext/wavpack/gstwavpackdec.h
parent06d12027fa3ea6540724a958b7557adb65137744 (diff)
ext/wavpack/: Improve discont handling by checking if the next Wavpack block has the expected, following block index.
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset), (gst_wavpack_dec_chain): * ext/wavpack/gstwavpackdec.h: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset), (gst_wavpack_parse_push_buffer): * ext/wavpack/gstwavpackparse.h: Improve discont handling by checking if the next Wavpack block has the expected, following block index.
Diffstat (limited to 'ext/wavpack/gstwavpackdec.h')
-rw-r--r--ext/wavpack/gstwavpackdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wavpack/gstwavpackdec.h b/ext/wavpack/gstwavpackdec.h
index 68380ca5..007e7c22 100644
--- a/ext/wavpack/gstwavpackdec.h
+++ b/ext/wavpack/gstwavpackdec.h
@@ -57,6 +57,7 @@ struct _GstWavpackDec
read_id wv_id;
GstSegment segment; /* used for clipping, TIME format */
+ guint32 next_block_index;
gint sample_rate;
gint depth;