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 D50F3440B2 for ; Sun, 25 Sep 2022 00:12:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E3C7968BB42; Sun, 25 Sep 2022 03:11:50 +0300 (EEST) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F0C7468BABC for ; Sun, 25 Sep 2022 03:11:42 +0300 (EEST) Received: by mail-ej1-f46.google.com with SMTP id lc7so7559602ejb.0 for ; Sat, 24 Sep 2022 17:11:42 -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=rKwK6ztN1vrHpDVyVxriUP5hwMHKz/MbaF7S/7fKuJY=; b=Lk7NAsCdyscHkcLcALn2YCrp1zEKffHrXEO9WedICPR/Ye/uDWFOtwQcnWfHtgd46Y 4TJlGbAcPx3utWpXU6f44sjnpITmF1csta+nwiD5TNrsseU7Q6wxXsRzDtupWAb14ZZ0 1F7I0dmU046Cpm2Y8/A4bU0p7s++RUec/JgRxo34dzF2J6xTG0ZPBuOVJkc3W5pN13SO JiZ2NH6dqRUEzA8z0mLlLVPJUE6PdKwX1348sO5hqMGVmEtf8HWoluYiqte7CJThsfuE IAuMmS/OdGN4UkiFxOfH4N5CD/qNVrUxt8YWfPWx0GtFlhTxYCdctPzWHi+vwdIc0XVF erDQ== 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=rKwK6ztN1vrHpDVyVxriUP5hwMHKz/MbaF7S/7fKuJY=; b=czQjrpM0w9CO56NcsCf9TWcraH56rlOVBSK1T8Wvz6NqEH5D6ZsS83giabhg0uNJFp U/iw2z/LI7fgjiqF+SdikwYIMiLW2UBJ5ssAgkOELHLEcCrx4Waa0SebPuYsc6hT1Rqt 6xdffl7OX1Y3f9eVjY59wKjl8vaHz8J6evdXTVkGphVIsNpPrOVqPTk4dLF21fE3Ho6A WrfO0XYn29OfNwMXTMKnuuwYsHN0bV+L81mispmZvq1MnhgGzPxT3Wv6FyVjODAnult/ sABgw2mDT7LkKidQtCSedazHj63w/AjYlbB2XM3j2tU9gmO6oLSyupkzEI+GCe7YoK0i 8C7Q== X-Gm-Message-State: ACrzQf3Ey1XcZz012GhIjMA7rSaH5YLs06RiyS8vpB1P5791+YDdz/fT xB4dZLa6yIKbR7IBozitWUp15ghA6cY= X-Google-Smtp-Source: AMsMyM5ri/eBHUBjLaEJTLRPgRM3Cvt4TS/wVqgyDnG/pUsGVH0cHGDUOiKF7lJ7H+vJZ3l+sWDzpA== X-Received: by 2002:a17:907:7fa0:b0:782:948b:e212 with SMTP id qk32-20020a1709077fa000b00782948be212mr9035088ejc.231.1664064702323; Sat, 24 Sep 2022 17:11:42 -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 kz3-20020a17090777c300b007812ba2a360sm6208042ejc.149.2022.09.24.17.11.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:41 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:32 +0200 Message-Id: <20220925001121.37721-6-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220925001121.37721-1-epirat07@gmail.com> References: <20220922020400.46715-1-epirat07@gmail.com> <20220925001121.37721-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 05/54] 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..4c26468c63 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 out output AVFrame + * @param in input 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".