[FFmpeg-cvslog] lavfi/fieldorder: remove unused headers and commented define

Stefano Sabatini git at videolan.org
Wed Mar 13 00:40:32 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Mar 10 17:35:54 2013 +0100| [a3233e9d7ab49ebe6cce1560f61c9e4e73b51ec1] | committer: Stefano Sabatini

lavfi/fieldorder: remove unused headers and commented define

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

 libavfilter/vf_fieldorder.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/libavfilter/vf_fieldorder.c b/libavfilter/vf_fieldorder.c
index bad61e1..c7b4922 100644
--- a/libavfilter/vf_fieldorder.c
+++ b/libavfilter/vf_fieldorder.c
@@ -23,11 +23,6 @@
  * video field order filter, heavily influenced by vf_pad.c
  */
 
-/* #define DEBUG */
-
-#include <stdio.h>
-#include <string.h>
-
 #include "libavutil/imgutils.h"
 #include "libavutil/internal.h"
 #include "libavutil/pixdesc.h"



More information about the ffmpeg-cvslog mailing list