avfilter/vf_yadif:remove unneeded include assert.h

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-07-19 18:53:37 +02:00
parent 6d323ff57a
commit 8589d7a61c
1 changed files with 0 additions and 3 deletions

View File

@ -28,9 +28,6 @@
#include "video.h"
#include "yadif.h"
#undef NDEBUG
#include <assert.h>
typedef struct ThreadData {
AVFrame *frame;
int plane;