avcodec/motion_est: remove unneeded #include, there are no assert() only av_assert*

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-01-31 09:26:54 +00:00
parent 01a3c5dae0
commit 021c0c5f52

View File

@ -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]