summaryrefslogtreecommitdiff
path: root/libavcodec/flac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r--libavcodec/flac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h
index c93d98e144..c957893d30 100644
--- a/libavcodec/flac.h
+++ b/libavcodec/flac.h
@@ -30,6 +30,9 @@
#include "avcodec.h"
#define FLAC_STREAMINFO_SIZE 34
+#define FLAC_MAX_CHANNELS 8
+#define FLAC_MIN_BLOCKSIZE 16
+#define FLAC_MAX_BLOCKSIZE 65535
enum {
FLAC_METADATA_TYPE_STREAMINFO = 0,