flacenc: remove dead code from header
We require a new-enough libflac that this condition will never apply.
This commit is contained in:
parent
ff40deb139
commit
d6e1f53233
@ -56,11 +56,8 @@ struct _GstFlacEnc {
|
|||||||
guint padding;
|
guint padding;
|
||||||
gint seekpoints;
|
gint seekpoints;
|
||||||
|
|
||||||
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
|
|
||||||
FLAC__SeekableStreamEncoder *encoder;
|
|
||||||
#else
|
|
||||||
FLAC__StreamEncoder *encoder;
|
FLAC__StreamEncoder *encoder;
|
||||||
#endif
|
|
||||||
FLAC__StreamMetadata **meta;
|
FLAC__StreamMetadata **meta;
|
||||||
|
|
||||||
GstTagList * tags;
|
GstTagList * tags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user