summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-09-15 22:26:33 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-09-15 22:26:33 +0000
commitdd1f1527240acc44df1c81ffba6e584707781c72 (patch)
tree544806918a5cf657b380ac96cab3fe9829f0ce7e /ext/flac/gstflacenc.h
parentb218e76cd955f295c78a991abe7c264b1a63e8fb (diff)
Added Lots of properties
Original commit message from CVS: Added Lots of properties More cleanups
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h
index 27f09ab9..84c16dbf 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -52,6 +52,9 @@ struct _FlacEnc {
gint depth;
gint sample_rate;
gboolean negotiated;
+ gint quality;
+ gboolean stopped;
+ FLAC__int32 *data;
FLAC__StreamEncoder *encoder;
};