diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2005-11-13 20:12:33 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2005-11-13 20:12:33 +0000 |
commit | 52ceae062433244857d03d1f5c6d94bdd72bfc4e (patch) | |
tree | a3a3ae94307a53620c76b0df1dd85ff0c8d433c3 | |
parent | 2da2ba037a129757f985232f54fe139cfe9e79b5 (diff) | |
download | ffmpeg-52ceae062433244857d03d1f5c6d94bdd72bfc4e.tar.gz |
10l, left debugging on
Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/vp3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |