diff options
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r-- | libavcodec/flac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h index 8af79f2bd8..5d20c0b974 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -52,7 +52,6 @@ enum FLACExtradataFormat { * and/or the FLAC decoder. */ #define FLACSTREAMINFO \ - int min_blocksize; /**< minimum block size, in samples */\ int max_blocksize; /**< maximum block size, in samples */\ int max_framesize; /**< maximum frame size, in bytes */\ int samplerate; /**< sample rate */\ |