diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-10 21:58:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-10 21:58:03 +0200 |
commit | 6290ba005296ac12898da69ce32b7fc08d88fa90 (patch) | |
tree | 45a3e3cfec002c9326bc7b06db4ec68f1426c973 | |
parent | 09c16542085aa9f227264ffc443fb07558128b20 (diff) | |
download | ffmpeg-6290ba005296ac12898da69ce32b7fc08d88fa90.tar.gz |
avfilter/settb: remove duplicate #include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/settb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/settb.c b/libavfilter/settb.c index a21663fd7e..ac8b898744 100644 --- a/libavfilter/settb.c +++ b/libavfilter/settb.c @@ -35,7 +35,6 @@ #include "audio.h" #include "avfilter.h" #include "internal.h" -#include "audio.h" #include "video.h" static const char *const var_names[] = { |