diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-06-19 14:51:46 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-06-19 14:51:46 +0000 |
commit | 9be653d0e995d01155528ed0d0d01894f52ae047 (patch) | |
tree | 1922fdccc8da517b5187ed5dd24bbdbdcb63085e /libavformat/ipmovie.c | |
parent | 0bd586c50dc27ec38ca94e58f50030544d729463 (diff) | |
download | ffmpeg-9be653d0e995d01155528ed0d0d01894f52ae047.tar.gz |
cvs diff before cvs commit
Originally committed as revision 3240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ipmovie.c')
-rw-r--r-- | libavformat/ipmovie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index 017466d07c..fc176fd633 100644 --- a/libavformat/ipmovie.c +++ b/libavformat/ipmovie.c @@ -34,7 +34,7 @@ /* debugging support: #define DEBUG_IPMOVIE as non-zero to see extremely * verbose information about the demux process */ -#define DEBUG_IPMOVIE 1 +#define DEBUG_IPMOVIE 0 #if DEBUG_IPMOVIE #define debug_ipmovie printf |