Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-22 18:14:36 +0400
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-22 18:14:36 +0400
commit14f283d8497ca4261666c2fb4742c1db78c2f12e (patch)
treeec08da40eb08b31dfa7155679b3bb64c328875ad /libavformat/nsvdec.c
parent8dfcf67e88565a04a67f6fadeaead70908f6fd35 (diff)
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.c2
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