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/vf_lut3d.c | |
parent | 7c453277a399bc81553c6110efd81a0957117138 (diff) | |
download | ffmpeg-40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8.tar.gz |
avfilter: fix a few 5 spaces indent
Diffstat (limited to 'libavfilter/vf_lut3d.c')
-rw-r--r-- | libavfilter/vf_lut3d.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 = { |