summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-09-06 21:31:25 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-09-06 21:31:25 +0000
commitd57d03f01bc3f170b5ad9d70fb50e83f42d6d5d8 (patch)
treec260a21ef3ba69869549da900d84a2b160ab8999 /ext/flac/gstflacdec.h
parent98039503e90d89459a599cb3dc41955ff81482a6 (diff)
ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is s...
Original commit message from CVS: * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory), (gst_flacdec_write), (gst_flacdec_convert_src): * ext/flac/gstflacdec.h: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is still partly broken (for me at least).
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index 04be2e84..53919414 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -49,6 +49,7 @@ struct _FlacDec {
FLAC__SeekableStreamDecoder *decoder;
gint channels;
gint depth;
+ gint width;
gint frequency;
gboolean need_discont;