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 /libavcodec/4xm.c | |
parent | ff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff) | |
download | ffmpeg-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.tar.gz |
Remove commented-out debug #define cruft
Diffstat (limited to 'libavcodec/4xm.c')
-rw-r--r-- | libavcodec/4xm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index e34fa1ddc6..fd031348c4 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -32,9 +32,6 @@ #include "get_bits.h" #include "internal.h" -//#undef NDEBUG -//#include <assert.h> - #define BLOCK_TYPE_VLC_BITS 5 #define ACDC_VLC_BITS 9 |