mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_yadif:remove unneeded include assert.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6d323ff57a
commit
8589d7a61c
|
@ -28,9 +28,6 @@
|
|||
#include "video.h"
|
||||
#include "yadif.h"
|
||||
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
|
||||
typedef struct ThreadData {
|
||||
AVFrame *frame;
|
||||
int plane;
|
||||
|
|
Loading…
Reference in New Issue