From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7604042FB8 for ; Thu, 15 Sep 2022 01:53:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F2E6268BB22; Thu, 15 Sep 2022 04:53:32 +0300 (EEST) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 81C9668B8C0 for ; Thu, 15 Sep 2022 04:53:25 +0300 (EEST) Received: by mail-wm1-f49.google.com with SMTP id v185-20020a1cacc2000000b003b42e4f278cso13711873wme.5 for ; Wed, 14 Sep 2022 18:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=jWCGECnlx6nQM2V7H8NsluZeppptnoSWB0j+ibLXcdk=; b=E5HYSf8gthE8c3LQ543oW1fBmzFA0Tg5V0xHntBOECltcfJMwbikajGmOvDHNYKXg1 3ATOZ7mBOB+aZ9VfSOA0iTv5zuO8OOAYwZA/SSxnl04OgD8ZcO25AiQpUpByfFgcXZjF lRpC2jqGZPGdUrGNXdMWVR6XvzHuq1zHzbHp/qmQw0C72tFnixcxYOHAdAJmFABprPY3 igza/qk+lCYwGPstqNUvSA8c72kVyp2LgHrdA7Z/ueFnSlV+FVMfJw0hii1creI57Jhm DzLCbXQw3jkTasiGycUxXWazcDeRybrwZnoeaGt8t7dg54SgXXk+oF+SUaVRmpm8RxLV a5Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=jWCGECnlx6nQM2V7H8NsluZeppptnoSWB0j+ibLXcdk=; b=UiR3fXWtIzb3lSO7jBmGN6BZIR2l9oDFaBMdzpI9dLmPDTVcRi+Z3sBb3M8OzIoMPf FX686PnaEha+8MZIKXB2/8SfnfR94bXf7j2M00O2kbmYiLI4fVjdZTzVrRnaK1buaBbk XFewVZVn3iS64SylnK9ilx7J7njfNGwTC5RvCI1Tl+MdN5E9rH3c0RyVyh6oiteNiiQ3 ld8U77LhpqwgrGjmswFXm5tzeP7+MhOS/bG1k5h3sPWW8M8TWBqT3k/htLjTEvZERwds rRuU6GO2SvLs6V4nsvt05D+6x4J+oCimEiZfnbXI8hY90YwY8rYJJ22zZRVqpRcVJQFs MZEA== X-Gm-Message-State: ACgBeo1VDKhMItabr9L4D4vsx0p+DxnGrFk3LD5ICo7qC1Yyy4dNsfFb 71WclNyBIEQKnnN3WNCl0WjV/X9l2yQpmA== X-Google-Smtp-Source: AA6agR5e337HNv2u5TuMuuv9hnr87/85LjdcFTJGP3OLGcAlzTfG+e33+ia8g4726byi8MqQB0sCeg== X-Received: by 2002:a7b:c5d3:0:b0:3a8:3d5f:4562 with SMTP id n19-20020a7bc5d3000000b003a83d5f4562mr5071077wmk.78.1663206804799; Wed, 14 Sep 2022 18:53:24 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id x4-20020adfec04000000b002253604bbefsm823633wrn.75.2022.09.14.18.53.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Sep 2022 18:53:24 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Thu, 15 Sep 2022 03:52:59 +0200 Message-Id: <20220915015301.34744-5-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220915015301.34744-4-epirat07@gmail.com> References: <20220915015301.34744-4-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 5/7] swresample/swresample: Fix mismatching argument names X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Marvin Scholz Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- libswresample/swresample.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 980be65783..83821a0930 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -354,8 +354,8 @@ int swr_convert(struct SwrContext *s, uint8_t **out, int out_count, * in this case the output timestamps will match output sample numbers. * See ffmpeg-resampler(1) for the two modes of compensation. * - * @param s[in] initialized Swr context - * @param pts[in] timestamp for the next input sample, INT64_MIN if unknown + * @param[in] s initialized Swr context + * @param[in] pts timestamp for the next input sample, INT64_MIN if unknown * @see swr_set_compensation(), swr_drop_output(), and swr_inject_silence() are * function used internally for timestamp compensation. * @return the output timestamp for the next output sample @@ -636,8 +636,8 @@ int swr_convert_frame(SwrContext *swr, * @see swr_close(); * * @param swr audio resample context - * @param output output AVFrame - * @param input input AVFrame + * @param output out AVFrame + * @param input in AVFrame * @return 0 on success, AVERROR on failure. */ int swr_config_frame(SwrContext *swr, const AVFrame *out, const AVFrame *in); -- 2.37.0 (Apple Git-136) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".