ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Fri Jan 30 10:51:10 
2015 +0000| [335c150ba1d22786aa8d6e1a26192d75108d63e5] | committer: Paul B Mahol

avcodec/svq1dec: remove unneeded #include, there are no assert()

Signed-off-by: Paul B Mahol <one...@gmail.com>

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

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

diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c
index 2f9ea16..7c31e57 100644
--- a/libavcodec/svq1dec.c
+++ b/libavcodec/svq1dec.c
@@ -40,9 +40,6 @@
 #include "mathops.h"
 #include "svq1.h"
 
-#undef NDEBUG
-#include <assert.h>
-
 static VLC svq1_block_type;
 static VLC svq1_motion_component;
 static VLC svq1_intra_multistage[6];

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to