[FFmpeg-devel] [PATCH 2/3] avcodec/svq1dec: remove unneeded #include, there are no assert()
Paul B Mahol
onemda at gmail.com
Fri Jan 30 11:53:38 CET 2015
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
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];
--
1.7.11.2
More information about the ffmpeg-devel
mailing list