diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-03-10 17:35:54 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-03-13 00:34:51 +0100 |
commit | a3233e9d7ab49ebe6cce1560f61c9e4e73b51ec1 (patch) | |
tree | fcd2b02501e01d54f9f096d10e8081a58347a5f9 | |
parent | 92ca292766b2213175a9fd19b979412372f2b256 (diff) | |
download | ffmpeg-a3233e9d7ab49ebe6cce1560f61c9e4e73b51ec1.tar.gz |
lavfi/fieldorder: remove unused headers and commented define
-rw-r--r-- | libavfilter/vf_fieldorder.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/vf_fieldorder.c b/libavfilter/vf_fieldorder.c index bad61e1e72..c7b4922049 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" |