Commit 335c150b authored by Paul B Mahol's avatar Paul B Mahol

avcodec/svq1dec: remove unneeded #include, there are no assert()

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 9f73b88c
......@@ -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];
......
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