From 5161b279d6110cf96c84358416b5b4ecf80ef8d9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 30 Sep 2019 16:52:52 +0200 Subject: avfilter/af_join: cosmetics --- libavfilter/af_join.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/af_join.c b/libavfilter/af_join.c index 8269045d36..e5d178c1ce 100644 --- a/libavfilter/af_join.c +++ b/libavfilter/af_join.c @@ -188,8 +188,8 @@ static av_cold int join_init(AVFilterContext *ctx) for (i = 0; i < s->inputs; i++) { AVFilterPad pad = { 0 }; - pad.type = AVMEDIA_TYPE_AUDIO; - pad.name = av_asprintf("input%d", i); + pad.type = AVMEDIA_TYPE_AUDIO; + pad.name = av_asprintf("input%d", i); if (!pad.name) return AVERROR(ENOMEM); -- cgit v1.2.3