summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_vignette.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2015-06-07 20:18:15 +0200
committerClément Bœsch <u@pkh.me>2015-06-07 20:18:15 +0200
commit40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8 (patch)
treec05cac8e7bf9a9c21bec69a74736e9dd665974f7 /libavfilter/vf_vignette.c
parent7c453277a399bc81553c6110efd81a0957117138 (diff)
downloadffmpeg-streaming-40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8.zip
ffmpeg-streaming-40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8.tar.gz
avfilter: fix a few 5 spaces indent
Diffstat (limited to 'libavfilter/vf_vignette.c')
-rw-r--r--libavfilter/vf_vignette.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavfilter/vf_vignette.c b/libavfilter/vf_vignette.c
index 2861049..c1bafa8 100644
--- a/libavfilter/vf_vignette.c
+++ b/libavfilter/vf_vignette.c
@@ -338,11 +338,11 @@ static const AVFilterPad vignette_inputs[] = {
};
static const AVFilterPad vignette_outputs[] = {
- {
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- },
- { NULL }
+ {
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ },
+ { NULL }
};
AVFilter ff_vf_vignette = {
OpenPOWER on IntegriCloud