Commit 65e65e3c authored by Nicolas George's avatar Nicolas George

settb: cosmetic: reindent vf_settb structure.

parent ba856c0b
......@@ -143,17 +143,20 @@ AVFilter avfilter_vf_settb = {
.priv_size = sizeof(SetTBContext),
.inputs = (const AVFilterPad[]) {{ .name = "default",
.inputs = (const AVFilterPad[]) {
{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
.start_frame = start_frame,
.end_frame = ff_null_end_frame },
{ .name = NULL }},
.outputs = (const AVFilterPad[]) {{ .name = "default",
{ .name = NULL }
},
.outputs = (const AVFilterPad[]) {
{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.config_props = config_output_props, },
{ .name = NULL}},
{ .name = NULL}
},
};
#endif
......
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