[FFmpeg-cvslog] avcodec/snowdec: remove assert.h include, its unused
Michael Niedermayer
git at videolan.org
Sun Jul 21 04:46:02 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jul 21 04:36:32 2013 +0200| [7b79c84b40b7bf68d5e109ef83d295434276ca95] | committer: Michael Niedermayer
avcodec/snowdec: remove assert.h include, its unused
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b79c84b40b7bf68d5e109ef83d295434276ca95
---
libavcodec/snowdec.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/snowdec.c b/libavcodec/snowdec.c
index c8a0327..b222c22 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;
More information about the ffmpeg-cvslog
mailing list