Commit 5161b279 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_join: cosmetics

parent 7851e2f3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment