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/af_anull.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libavfilter/af_anull.c') diff --git a/libavfilter/af_anull.c b/libavfilter/af_anull.c index 7a0b3f70d7..09791a7aa4 100644 --- a/libavfilter/af_anull.c +++ b/libavfilter/af_anull.c @@ -29,8 +29,8 @@ static const AVFilterPad avfilter_af_anull_inputs[] = { { - .name = "default", - .type = AVMEDIA_TYPE_AUDIO, + .name = "default", + .type = AVMEDIA_TYPE_AUDIO, }, { NULL } }; @@ -44,9 +44,9 @@ static const AVFilterPad avfilter_af_anull_outputs[] = { }; AVFilter avfilter_af_anull = { - .name = "anull", - .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."), + .name = "anull", + .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."), .query_formats = ff_query_formats_all, - .inputs = avfilter_af_anull_inputs, - .outputs = avfilter_af_anull_outputs, + .inputs = avfilter_af_anull_inputs, + .outputs = avfilter_af_anull_outputs, }; -- cgit v1.2.1