[FFmpeg-cvslog] avcodec/snowenc: remove now unneeded include <assert.h>

Michael Niedermayer git at videolan.org
Thu Aug 29 17:22:57 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Aug 29 17:05:11 2013 +0200| [1cefdc397ed04dd1e0ff5dd1f09e126f13b5aa06] | committer: Michael Niedermayer

avcodec/snowenc: remove now unneeded include <assert.h>

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cefdc397ed04dd1e0ff5dd1f09e126f13b5aa06
---

 libavcodec/snowenc.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c
index 695db4a..de3a8ba 100644
--- a/libavcodec/snowenc.c
+++ b/libavcodec/snowenc.c
@@ -34,9 +34,6 @@
 #include "mpegvideo.h"
 #include "h263.h"
 
-#undef NDEBUG
-#include <assert.h>
-
 static av_cold int encode_init(AVCodecContext *avctx)
 {
     SnowContext *s = avctx->priv_data;



More information about the ffmpeg-cvslog mailing list