summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-22 12:28:24 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-22 12:28:24 +0000
commitad67773c8dbb68281b5dba2ce370e1b97b6dfbba (patch)
treebc60c20e2ecb980948d1905d673f1981b080f3c3 /ext/flac/gstflacdec.h
parent76ff577a41980357d999369bdce816df4c0f9152 (diff)
ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame), (gst_flac_dec_write), (gst_flac_dec_loop), (gst_flac_dec_sink_event), (gst_flac_dec_chain), (gst_flac_dec_src_query): * ext/flac/gstflacdec.h: Make flac-in-ogg work (#352100).
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index d2762d5a..c1057ac8 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -73,6 +73,8 @@ struct _GstFlacDec {
/* from the stream info, needed for scanning */
guint16 min_blocksize;
guint16 max_blocksize;
+
+ gint64 cur_granulepos; /* only used in framed mode (flac-in-ogg) */
};
struct _GstFlacDecClass {