From 52ceae062433244857d03d1f5c6d94bdd72bfc4e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 13 Nov 2005 20:12:33 +0000 Subject: [PATCH] 10l, left debugging on Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 80ab5a239e..81ad70efb1 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -63,7 +63,7 @@ #define KEYFRAMES_ONLY 0 -#define DEBUG_VP3 1 +#define DEBUG_VP3 0 #define DEBUG_INIT 0 #define DEBUG_DEQUANTIZERS 0 #define DEBUG_BLOCK_CODING 0