summaryrefslogtreecommitdiff
path: root/libavcodec/wma.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wma.c')
-rw-r--r--libavcodec/wma.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index f0aabfcba3..9f4e757f14 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -29,9 +29,6 @@
#include "wma_freqs.h"
#include "wmadata.h"
-#undef NDEBUG
-#include <assert.h>
-
/* XXX: use same run/length optimization as mpeg decoders */
// FIXME maybe split decode / encode or pass flag
static av_cold int init_coef_vlc(VLC *vlc, uint16_t **prun_table,