summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-31 09:26:54 +0000
committerPaul B Mahol <onemda@gmail.com>2015-02-01 11:15:20 +0000
commit021c0c5f5246351a290c701e7b5c98458ede1b54 (patch)
treed66cf5030fb9f4188d857c7e931731da866f8831 /libavcodec/motion_est.c
parent01a3c5dae0e07d81672839caac5b5bb2a7fc74fb (diff)
downloadffmpeg-021c0c5f5246351a290c701e7b5c98458ede1b54.tar.gz
avcodec/motion_est: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 749af72035..a0a5965321 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]