[FFmpeg-cvslog] avfilter/vf_yadif:remove unneeded include assert.h

Michael Niedermayer git at videolan.org
Fri Jul 19 19:14:59 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jul 19 18:53:37 2013 +0200| [8589d7a61c56e35c0d6b662463615208476c4f31] | committer: Michael Niedermayer

avfilter/vf_yadif:remove unneeded include assert.h

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8589d7a61c56e35c0d6b662463615208476c4f31
---

 libavfilter/vf_yadif.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
index 8cd6f0d..5789da6 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;



More information about the ffmpeg-cvslog mailing list