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