diff options
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r-- | libavcodec/flac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h index 7bcc1a1a9d..fcd80996dc 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -34,6 +34,7 @@ #define FLAC_MAX_CHANNELS 8 #define FLAC_MIN_BLOCKSIZE 16 #define FLAC_MAX_BLOCKSIZE 65535 +#define FLAC_MIN_FRAME_SIZE 11 enum { FLAC_CHMODE_INDEPENDENT = 0, |