Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-21 17:02:34 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 17:36:33 +0400
commit4bc7a2a64bf205f142d26347b4659f6222830d9e (patch)
treeea8aaaeccd8578de8ec7aaaa8efff08e527b03f1 /libavfilter/vf_pad.c
parent0506f3fa38a1a66d24c950b2ce62e8801e2eddc8 (diff)
avfilter: remove duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_pad.c')
-rw-r--r--libavfilter/vf_pad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c
index 823c6f0ecd..bb556c9403 100644
--- a/libavfilter/vf_pad.c
+++ b/libavfilter/vf_pad.c
@@ -35,7 +35,6 @@
#include "libavutil/colorspace.h"
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
-#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"