mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 21:14:44 +00:00
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
1 changed files with 1 additions and 4 deletions
|
@ -56,11 +56,8 @@ struct _GstFlacEnc {
|
|||
guint padding;
|
||||
gint seekpoints;
|
||||
|
||||
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
|
||||
FLAC__SeekableStreamEncoder *encoder;
|
||||
#else
|
||||
FLAC__StreamEncoder *encoder;
|
||||
#endif
|
||||
|
||||
FLAC__StreamMetadata **meta;
|
||||
|
||||
GstTagList * tags;
|
||||
|
|
Loading…
Reference in a new issue