lavfi/vf_tile: cosmetic after last commit.

This commit is contained in:
Nicolas George 2012-11-29 17:10:05 +01:00
parent 6f3d2fb18b
commit 3b316247fb

View File

@ -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 }
};