Commit 021c0c5f authored by Paul B Mahol's avatar Paul B Mahol

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

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 01a3c5da
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment