[FFmpeg-cvslog] avcodec/svq1dec: remove unneeded #include, there are no assert()

Paul B Mahol git at videolan.org
Sat Jan 31 10:34:37 CET 2015


ffmpeg | branch: master | Paul B Mahol <onemda at 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 <onemda at 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];



More information about the ffmpeg-cvslog mailing list