mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2b215b7f5a
commit
305cbe76d3
@ -28,9 +28,6 @@
|
|||||||
#include "wma_freqs.h"
|
#include "wma_freqs.h"
|
||||||
#include "wmadata.h"
|
#include "wmadata.h"
|
||||||
|
|
||||||
#undef NDEBUG
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
/* XXX: use same run/length optimization as mpeg decoders */
|
/* XXX: use same run/length optimization as mpeg decoders */
|
||||||
// FIXME maybe split decode / encode or pass flag
|
// FIXME maybe split decode / encode or pass flag
|
||||||
static av_cold int init_coef_vlc(VLC *vlc, uint16_t **prun_table,
|
static av_cold int init_coef_vlc(VLC *vlc, uint16_t **prun_table,
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "wma.h"
|
#include "wma.h"
|
||||||
|
|
||||||
#undef NDEBUG
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#define EXPVLCBITS 8
|
#define EXPVLCBITS 8
|
||||||
#define EXPMAX ((19 + EXPVLCBITS - 1) / EXPVLCBITS)
|
#define EXPMAX ((19 + EXPVLCBITS - 1) / EXPVLCBITS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user