[Ffmpeg-cvslog] r6758 - trunk/libavformat/nsvdec.c
bcoudurier
subversion
Sun Oct 22 16:14:36 CEST 2006
Author: bcoudurier
Date: Sun Oct 22 16:14:36 2006
New Revision: 6758
Modified:
trunk/libavformat/nsvdec.c
Log:
disable annoying debug messages
Modified: trunk/libavformat/nsvdec.c
==============================================================================
--- trunk/libavformat/nsvdec.c (original)
+++ trunk/libavformat/nsvdec.c Sun Oct 22 16:14:36 2006
@@ -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
More information about the ffmpeg-cvslog
mailing list