[FFmpeg-cvslog] avfilter/af_join: cosmetics

Paul B Mahol git at videolan.org
Mon Sep 30 17:54:06 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | 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);
 



More information about the ffmpeg-cvslog mailing list