Commit 305cbe76 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2b215b7f
......@@ -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,
......
......@@ -39,9 +39,6 @@
#include "internal.h"
#include "wma.h"
#undef NDEBUG
#include <assert.h>
#define EXPVLCBITS 8
#define EXPMAX ((19 + EXPVLCBITS - 1) / EXPVLCBITS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment