diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-19 18:53:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-19 18:53:57 +0200 |
commit | 8589d7a61c56e35c0d6b662463615208476c4f31 (patch) | |
tree | 1ad39966e646867d9994affadbf289bcc5ac93fc | |
parent | 6d323ff57af2a9cf51b0668240fcb11b0fa21fc0 (diff) | |
download | ffmpeg-8589d7a61c56e35c0d6b662463615208476c4f31.tar.gz |
avfilter/vf_yadif:remove unneeded include assert.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/vf_yadif.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c index 8cd6f0dc37..5789da6c89 100644 --- a/libavfilter/vf_yadif.c +++ b/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; |