Commit 7b79c84b authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1434df3b
......@@ -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;
......
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