From 49b6f162394aeebee9aaab12300c6efe6dfd4d73 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 3 Aug 2006 11:59:38 +0000 Subject: [PATCH] again, disable DEBUG Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxf.c b/libavformat/mxf.c index a01b1952a4..72e639fcb3 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -41,7 +41,7 @@ * Only tracks with associated descriptors will be decoded. "Highly Desirable" SMPTE 377M D.1 */ -#define DEBUG +//#define DEBUG #include "avformat.h"