From 1fda2c10f640d9706d0ae0eda815e8f723a1d35d Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 14 Dec 2010 14:50:40 +0000 Subject: cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2. Originally committed as revision 25951 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 7cfa51a0c6..1840766813 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -36,6 +36,7 @@ #define AC3_BLOCK_SIZE 256 #define AC3_MAX_BLOCKS 6 #define AC3_FRAME_SIZE (AC3_MAX_BLOCKS * 256) +#define AC3_WINDOW_SIZE (AC3_BLOCK_SIZE * 2) /* exponent encoding strategy */ #define EXP_REUSE 0 -- cgit v1.2.3