lavfi/vf_tile: cosmetic after last commit.

pull/8/head
Nicolas George 12 years ago
parent 6f3d2fb18b
commit 3b316247fb
  1. 8
      libavfilter/vf_tile.c

@ -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…
Cancel
Save