summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-09-15 17:48:42 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-09-15 17:48:42 +0000
commit35a149770d80afafb8e0ad7ff04daf231a7746a6 (patch)
tree428ab58c28999b0ca193d6bb2d6a574827d863a6 /ext/flac/gstflacenc.h
parenta05c83c00fb592ac9c80531ec9530966c2697f8a (diff)
Small cleanups
Original commit message from CVS: Small cleanups Fix segfault when not negotiated
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 bca59c87..27f09ab9 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -51,6 +51,7 @@ struct _FlacEnc {
gint channels;
gint depth;
gint sample_rate;
+ gboolean negotiated;
FLAC__StreamEncoder *encoder;
};