diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-30 02:26:17 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-30 02:26:17 +0100 |
commit | 305cbe76d327cdd9642f383cbbee52430703e3b5 (patch) | |
tree | bd8b7ac76afb5a311120c382228571b69905c244 /libavcodec/wmadec.c | |
parent | 2b215b7f5af0ef9be79c697d8990e6958a134f98 (diff) | |
download | ffmpeg-305cbe76d327cdd9642f383cbbee52430703e3b5.tar.gz |
avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/wmadec.c')
-rw-r--r-- | libavcodec/wmadec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index 79e7b0c8a9..d80bd2bb71 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -39,9 +39,6 @@ #include "internal.h" #include "wma.h" -#undef NDEBUG -#include <assert.h> - #define EXPVLCBITS 8 #define EXPMAX ((19 + EXPVLCBITS - 1) / EXPVLCBITS) |