Commit 3b316247 authored by Nicolas George's avatar Nicolas George

lavfi/vf_tile: cosmetic after last commit.

parent 6f3d2fb1
......@@ -227,10 +227,10 @@ static int request_frame(AVFilterLink *outlink)
static const AVFilterPad tile_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.filter_frame= filter_frame,
.min_perms = AV_PERM_READ,
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.filter_frame = filter_frame,
.min_perms = AV_PERM_READ,
},
{ NULL }
};
......
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