summaryrefslogtreecommitdiff
path: root/libavcodec/svq1dec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-04-14 18:24:51 +0200
committerDiego Biurrun <diego@biurrun.de>2016-05-03 15:45:10 +0200
commit0f40c9098498ad90dbbd2380eb4269015e84bde4 (patch)
tree3f798539ff430ac9a124f77cc3626d93cb516164 /libavcodec/svq1dec.c
parent74d98d1b0e0e7af444c933ea3c472494de3ce6f2 (diff)
downloadffmpeg-0f40c9098498ad90dbbd2380eb4269015e84bde4.tar.gz
Drop pointless assert.h #includes
Diffstat (limited to 'libavcodec/svq1dec.c')
-rw-r--r--libavcodec/svq1dec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c
index 4f84395891..841f945384 100644
--- a/libavcodec/svq1dec.c
+++ b/libavcodec/svq1dec.c
@@ -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];