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:
authorPaul B Mahol <onemda@gmail.com>2013-05-14 19:27:25 +0400
committerPaul B Mahol <onemda@gmail.com>2013-05-14 19:31:56 +0400
commit811b17fbad07c1a34ed249e0df461fc33ff8a64b (patch)
treeaa1771192f15152a476ab7c0fe98523d4a212f91 /libavfilter/vf_curves.c
parentdc6f1a8dda00c3bc206486396e4a11941fc1cbe3 (diff)
lavfi: cosmetics: fix vertical alignment for pads in some filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_curves.c')
-rw-r--r--libavfilter/vf_curves.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c
index c5bbdfaad9..6356cefa9c 100644
--- a/libavfilter/vf_curves.c
+++ b/libavfilter/vf_curves.c
@@ -532,11 +532,11 @@ static const AVFilterPad curves_inputs[] = {
};
static const AVFilterPad curves_outputs[] = {
- {
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- },
- { NULL }
+ {
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ },
+ { NULL }
};
AVFilter avfilter_vf_curves = {