avcodec/snowdec: remove assert.h include, its unused

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/27/merge
Michael Niedermayer 11 years ago
parent 1434df3b93
commit 7b79c84b40
  1. 3
      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;

Loading…
Cancel
Save