From 07d16e2ecfb7da976ef56829c4fd6f93ca94b00e Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 19 Mar 2009 03:04:21 +0000 Subject: share some constants between the FLAC encoder and FLAC decoder Originally committed as revision 18041 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/flac.h') 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, -- cgit v1.2.3