mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avcodec/svq1dec: remove unneeded #include, there are no assert()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
9f73b88c62
commit
335c150ba1
@ -40,9 +40,6 @@
|
||||
#include "mathops.h"
|
||||
#include "svq1.h"
|
||||
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
|
||||
static VLC svq1_block_type;
|
||||
static VLC svq1_motion_component;
|
||||
static VLC svq1_intra_multistage[6];
|
||||
|
Loading…
Reference in New Issue
Block a user