From 3b316247fb878570da0bba240918e86e0e9358e6 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Thu, 29 Nov 2012 17:10:05 +0100 Subject: [PATCH] lavfi/vf_tile: cosmetic after last commit. --- libavfilter/vf_tile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/vf_tile.c b/libavfilter/vf_tile.c index 6a3857e8e0..676c5de57a 100644 --- a/libavfilter/vf_tile.c +++ b/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 } };