diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-04-14 18:24:51 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-03 15:45:10 +0200 |
commit | 0f40c9098498ad90dbbd2380eb4269015e84bde4 (patch) | |
tree | 3f798539ff430ac9a124f77cc3626d93cb516164 /libavcodec/wmadec.c | |
parent | 74d98d1b0e0e7af444c933ea3c472494de3ce6f2 (diff) | |
download | ffmpeg-0f40c9098498ad90dbbd2380eb4269015e84bde4.tar.gz |
Drop pointless assert.h #includes
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 b79dd2a101..b6be51ad4b 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) |