diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-22 14:14:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-22 14:14:36 +0000 |
commit | 14f283d8497ca4261666c2fb4742c1db78c2f12e (patch) | |
tree | ec08da40eb08b31dfa7155679b3bb64c328875ad /libavformat/nsvdec.c | |
parent | 8dfcf67e88565a04a67f6fadeaead70908f6fd35 (diff) | |
download | ffmpeg-14f283d8497ca4261666c2fb4742c1db78c2f12e.tar.gz |
disable annoying debug messages
Originally committed as revision 6758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r-- | libavformat/nsvdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 2640adf16f..5d0aa18f04 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -21,7 +21,7 @@ #include "avformat.h" #include "riff.h" -#define DEBUG +//#define DEBUG //#define DEBUG_DUMP_INDEX // XXX dumbdriving-271.nsv breaks with it commented!! //#define DEBUG_SEEK #define CHECK_SUBSEQUENT_NSVS |