OSDN Git Service

avcodec/snowdec: remove assert.h include, its unused
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 21 Jul 2013 02:36:32 +0000 (04:36 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 21 Jul 2013 02:36:32 +0000 (04:36 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/snowdec.c

index c8a0327..b222c22 100644 (file)
@@ -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;