Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-30 04:26:17 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-01-30 04:26:17 +0300
commit305cbe76d327cdd9642f383cbbee52430703e3b5 (patch)
treebd8b7ac76afb5a311120c382228571b69905c244 /libavcodec/wma.c
parent2b215b7f5af0ef9be79c697d8990e6958a134f98 (diff)
avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 fa5c887734..3bc6099389 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -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,