From dd3be2c97e60409a85a396bfb34d4514de33f498 Mon Sep 17 00:00:00 2001 From: Nick Kurshev Date: Thu, 31 Oct 2002 18:22:15 +0000 Subject: [PATCH] 10l Originally committed as revision 1133 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmadec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index 118cf11..4fbbe39 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -19,8 +19,8 @@ #include "avcodec.h" #include "dsputil.h" -#define DEBUG_PARAMS -#define DEBUG_TRACE +//#define DEBUG_PARAMS +//#define DEBUG_TRACE /* size of blocks */ #define BLOCK_MIN_BITS 7 -- 2.7.4