forked from FFmpeg/FFmpeg
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:
parent
01a3c5dae0
commit
021c0c5f52
1 changed files with 0 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue