diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-05-09 22:10:17 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-05-09 22:10:17 +0000 |
commit | bfc2a19d7a0166b1aa1e871f2cc2ba1aaaa44660 (patch) | |
tree | 8e819a01cef2c372ea0a12f1c2e24ce1a4f9036f /libavformat/mov.c | |
parent | 750b4aaabb6813b98b36439486b0935e7bc74172 (diff) | |
download | ffmpeg-bfc2a19d7a0166b1aa1e871f2cc2ba1aaaa44660.tar.gz |
10l, undef DEBUG
Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 1e4d0ecb68..197e7de537 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -19,7 +19,7 @@ #include <limits.h> -#define DEBUG +//#define DEBUG #include "avformat.h" #include "avi.h" |