diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-08-03 11:59:38 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-08-03 11:59:38 +0000 |
commit | 49b6f162394aeebee9aaab12300c6efe6dfd4d73 (patch) | |
tree | da20dbca18de65ea71ff0d74bcb29ef9c0096041 /libavformat/mxf.c | |
parent | f0d472921286025903e54803bad37200e9a0dc1f (diff) | |
download | ffmpeg-49b6f162394aeebee9aaab12300c6efe6dfd4d73.tar.gz |
again, disable DEBUG
Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.c')
-rw-r--r-- | libavformat/mxf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |