[FFmpeg-devel] [PATCH 2/2] avcodec/motion_est: remove unneeded #include, there are no assert() only av_assert*

Paul B Mahol onemda at gmail.com
Sat Jan 31 10:37:14 CET 2015


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavcodec/motion_est.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 901fafd..44a28ac 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]
-- 
1.7.11.2



More information about the ffmpeg-devel mailing list