Commit 40cc3be7 authored by Clément Bœsch's avatar Clément Bœsch

avfilter: fix a few 5 spaces indent

parent 7c453277
...@@ -222,16 +222,16 @@ static const AVFilterPad codecview_inputs[] = { ...@@ -222,16 +222,16 @@ static const AVFilterPad codecview_inputs[] = {
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.filter_frame = filter_frame, .filter_frame = filter_frame,
.needs_writable = 1, .needs_writable = 1,
}, },
{ NULL } { NULL }
}; };
static const AVFilterPad codecview_outputs[] = { static const AVFilterPad codecview_outputs[] = {
{ {
.name = "default", .name = "default",
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
}, },
{ NULL } { NULL }
}; };
AVFilter ff_vf_codecview = { AVFilter ff_vf_codecview = {
......
...@@ -617,11 +617,11 @@ static const AVFilterPad lut3d_inputs[] = { ...@@ -617,11 +617,11 @@ static const AVFilterPad lut3d_inputs[] = {
}; };
static const AVFilterPad lut3d_outputs[] = { static const AVFilterPad lut3d_outputs[] = {
{ {
.name = "default", .name = "default",
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
}, },
{ NULL } { NULL }
}; };
AVFilter ff_vf_lut3d = { AVFilter ff_vf_lut3d = {
......
...@@ -315,11 +315,11 @@ static const AVFilterPad owdenoise_inputs[] = { ...@@ -315,11 +315,11 @@ static const AVFilterPad owdenoise_inputs[] = {
}; };
static const AVFilterPad owdenoise_outputs[] = { static const AVFilterPad owdenoise_outputs[] = {
{ {
.name = "default", .name = "default",
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
}, },
{ NULL } { NULL }
}; };
AVFilter ff_vf_owdenoise = { AVFilter ff_vf_owdenoise = {
......
...@@ -338,11 +338,11 @@ static const AVFilterPad vignette_inputs[] = { ...@@ -338,11 +338,11 @@ static const AVFilterPad vignette_inputs[] = {
}; };
static const AVFilterPad vignette_outputs[] = { static const AVFilterPad vignette_outputs[] = {
{ {
.name = "default", .name = "default",
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
}, },
{ NULL } { NULL }
}; };
AVFilter ff_vf_vignette = { AVFilter ff_vf_vignette = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment