avfilter/vf_yadif:remove unneeded include assert.h

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/27/merge
Michael Niedermayer 11 years ago
parent 6d323ff57a
commit 8589d7a61c
  1. 3
      libavfilter/vf_yadif.c

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

Loading…
Cancel
Save