diff options
author | Clément Bœsch <u@pkh.me> | 2015-06-07 20:18:15 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-06-07 20:18:15 +0200 |
commit | 40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8 (patch) | |
tree | c05cac8e7bf9a9c21bec69a74736e9dd665974f7 /libavfilter | |
parent | 7c453277a399bc81553c6110efd81a0957117138 (diff) | |
download | ffmpeg-40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8.tar.gz |
avfilter: fix a few 5 spaces indent
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_codecview.c | 14 | ||||
-rw-r--r-- | libavfilter/vf_lut3d.c | 10 | ||||
-rw-r--r-- | libavfilter/vf_owdenoise.c | 10 | ||||
-rw-r--r-- | libavfilter/vf_vignette.c | 10 |
4 files changed, 22 insertions, 22 deletions
diff --git a/libavfilter/vf_codecview.c b/libavfilter/vf_codecview.c index 27fac3fa97..df45f5515a 100644 --- a/libavfilter/vf_codecview.c +++ b/libavfilter/vf_codecview.c @@ -222,16 +222,16 @@ static const AVFilterPad codecview_inputs[] = { .type = AVMEDIA_TYPE_VIDEO, .filter_frame = filter_frame, .needs_writable = 1, - }, - { NULL } + }, + { NULL } }; static const AVFilterPad codecview_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter ff_vf_codecview = { diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index 3ef31ce6c2..28a285069f 100644 --- a/libavfilter/vf_lut3d.c +++ b/libavfilter/vf_lut3d.c @@ -617,11 +617,11 @@ static const AVFilterPad lut3d_inputs[] = { }; static const AVFilterPad lut3d_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter ff_vf_lut3d = { diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c index f91bbe5db1..d4e90f860d 100644 --- a/libavfilter/vf_owdenoise.c +++ b/libavfilter/vf_owdenoise.c @@ -315,11 +315,11 @@ static const AVFilterPad owdenoise_inputs[] = { }; static const AVFilterPad owdenoise_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter ff_vf_owdenoise = { diff --git a/libavfilter/vf_vignette.c b/libavfilter/vf_vignette.c index 286104963e..c1bafa8951 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 = { |