[FFmpeg-cvslog] avcodec/vc1: remove unneeded #includes, there are no assert() only av_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:52:19 2015 +0000| [bc74f946bc9499c9eec52e54ee7a6c887ff54003] | committer: Paul B Mahol
avcodec/vc1: remove unneeded #includes, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc74f946bc9499c9eec52e54ee7a6c887ff54003
---
libavcodec/vc1.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index b3955f2..19657ed 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -37,9 +37,6 @@
#include "unary.h"
#include "simple_idct.h"
-#undef NDEBUG
-#include <assert.h>
-
/***********************************************************************/
/**
* @name VC-1 Bitplane decoding
More information about the ffmpeg-cvslog
mailing list