mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavfi/vf_tile: cosmetic after last commit.
This commit is contained in:
parent
6f3d2fb18b
commit
3b316247fb
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user