From 47ae6e795b64aaf29c47730cc552d48bb27a0e40 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 14 Dec 2010 14:51:40 +0000 Subject: define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. Originally committed as revision 25967 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3.h') diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 1840766813..a9f68dba8a 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -37,6 +37,7 @@ #define AC3_MAX_BLOCKS 6 #define AC3_FRAME_SIZE (AC3_MAX_BLOCKS * 256) #define AC3_WINDOW_SIZE (AC3_BLOCK_SIZE * 2) +#define AC3_CRITICAL_BANDS 50 /* exponent encoding strategy */ #define EXP_REUSE 0 -- cgit v1.2.3