From b211607b5c97b9f0c30764c0abacc90abd9a4cc2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 7 Sep 2013 12:13:50 +0000 Subject: avfilter: various cosmetics Signed-off-by: Paul B Mahol --- libavfilter/vf_colormatrix.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libavfilter/vf_colormatrix.c') diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c index 7db0bd852e..825e12052b 100644 --- a/libavfilter/vf_colormatrix.c +++ b/libavfilter/vf_colormatrix.c @@ -359,10 +359,10 @@ static int filter_frame(AVFilterLink *link, AVFrame *in) static const AVFilterPad colormatrix_inputs[] = { { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - .config_props = config_input, - .filter_frame = filter_frame, + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + .config_props = config_input, + .filter_frame = filter_frame, }, { NULL } }; @@ -378,7 +378,6 @@ static const AVFilterPad colormatrix_outputs[] = { AVFilter avfilter_vf_colormatrix = { .name = "colormatrix", .description = NULL_IF_CONFIG_SMALL("Convert color matrix."), - .priv_size = sizeof(ColorMatrixContext), .init = init, .query_formats = query_formats, -- cgit v1.2.3