diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-05-15 15:16:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-05-16 00:23:30 +0200 |
commit | 2832ea26f3f792ba0d0b7682a6f33fd05dea3850 (patch) | |
tree | 9c414d2bfc3455785af3bb8e2777791e0eaa072c /libavformat/mxfdec.c | |
parent | ff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff) | |
download | ffmpeg-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.tar.gz |
Remove commented-out debug #define cruft
Diffstat (limited to 'libavformat/mxfdec.c')
-rw-r--r-- | libavformat/mxfdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 7e3a690010..d2039f6c35 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -43,8 +43,6 @@ * Only tracks with associated descriptors will be decoded. "Highly Desirable" SMPTE 377M D.1 */ -//#define DEBUG - #include "libavutil/aes.h" #include "libavutil/mathematics.h" #include "libavcodec/bytestream.h" |