summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index 8987e562..75d4326f 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -64,6 +64,10 @@ struct _GstFlacDec {
gint depth;
gint width;
gint sample_rate;
+
+ /* from the stream info, needed for scanning */
+ guint16 min_blocksize;
+ guint16 max_blocksize;
};
struct _GstFlacDecClass {