summaryrefslogtreecommitdiff
path: root/libavcodec/snowdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-21 04:36:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-21 04:36:32 +0200
commit7b79c84b40b7bf68d5e109ef83d295434276ca95 (patch)
tree6aa9145a846e0ea112a57add28df31008bb48dab /libavcodec/snowdec.c
parent1434df3b93fde086be729d174ffbbee1e25792b3 (diff)
downloadffmpeg-7b79c84b40b7bf68d5e109ef83d295434276ca95.tar.gz
avcodec/snowdec: remove assert.h include, its unused
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/snowdec.c')
-rw-r--r--libavcodec/snowdec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/snowdec.c b/libavcodec/snowdec.c
index c8a03277e6..b222c22269 100644
--- a/libavcodec/snowdec.c
+++ b/libavcodec/snowdec.c
@@ -33,9 +33,6 @@
#include "mpegvideo.h"
#include "h263.h"
-#undef NDEBUG
-#include <assert.h>
-
static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){
Plane *p= &s->plane[plane_index];
const int mb_w= s->b_width << s->block_max_depth;