ffmpeg | branch: master | Paul B Mahol <[email protected]> | Mon Sep 30 16:52:52 2019 +0200| [5161b279d6110cf96c84358416b5b4ecf80ef8d9] | committer: Paul B Mahol
avfilter/af_join: cosmetics > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5161b279d6110cf96c84358416b5b4ecf80ef8d9 --- libavfilter/af_join.c | 4 ++-- 1 file 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); _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
