[FFmpeg-cvslog] avcodec/motion_est: remove unneeded #include, there are no assert() only av_assert*
Paul B Mahol
git at videolan.org
Sun Feb 1 12:33:26 CET 2015
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Jan 31 09:26:54 2015 +0000| [021c0c5f5246351a290c701e7b5c98458ede1b54] | committer: Paul B Mahol
avcodec/motion_est: remove unneeded #include, 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=021c0c5f5246351a290c701e7b5c98458ede1b54
---
libavcodec/motion_est.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 749af72..a0a5965 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -36,9 +36,6 @@
#include "mpegutils.h"
#include "mpegvideo.h"
-#undef NDEBUG
-#include <assert.h>
-
#define P_LEFT P[1]
#define P_TOP P[2]
#define P_TOPRIGHT P[3]
More information about the ffmpeg-cvslog
mailing list