summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-16 20:44:40 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-16 20:44:40 +0200
commit598e0c8cc63ab80a63db68767ca7ff7141c5b307 (patch)
treea1668309b8619eef469eb8f90e6a8be3426ca878 /ext/flac/gstflacenc.h
parent226a12505683fdfc6e3fc403ed55fe8f8e56f470 (diff)
flacenc: Optionally write a PADDING block
The size of the PADDING block is specified by a new "padding" property. Fixes bug #588483.
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h
index 10d7dc30..c820234e 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -56,6 +56,7 @@ struct _GstFlacEnc {
gint sample_rate;
gint quality;
gboolean stopped;
+ guint padding;
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
FLAC__SeekableStreamEncoder *encoder;