summaryrefslogtreecommitdiff
path: root/libavfilter/af_join.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_join.c')
-rw-r--r--libavfilter/af_join.c4
1 files changed, 2 insertions, 2 deletions
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);