]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.c
avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*
[ffmpeg] / libavcodec / wma.c
index fa5c8877340b333356361a87fb344f2c8f5ece06..3bc60993899a185bb4f44702ea01842ff7eb6de3 100644 (file)
@@ -28,9 +28,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,