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 6ECF5440CC for ; Sun, 25 Sep 2022 00:12:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 20AFA68B357; Sun, 25 Sep 2022 03:11:49 +0300 (EEST) Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AAE0868B357 for ; Sun, 25 Sep 2022 03:11:40 +0300 (EEST) Received: by mail-ed1-f51.google.com with SMTP id z97so4646972ede.8 for ; Sat, 24 Sep 2022 17:11:40 -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=ycrLtmiQz5pawfk+gPVAhPc9vc0fSgQfZU8zhaNThhc=; b=Dqjnk1ON8AU5LCV3oxMYObLm9oEPU6veR3MeoqRgjzMZCi+6O3WPBiPNJTCJgR86r6 sBtRwW+1WTsPbrVcULiKb2Vuviw5JZs51PCRYFrVZr9MBZnx4hilyNkt/5DKUmn831zz SwWeIQXa8lzkqdwfw6JSFpvw9H5zKFkdCYSK4gFoFdeNkN438oXMQPMLv1qnp/L7BQuQ 5p5I9tJFfHTutckSs7sPRYv5zkoP18SrrILV/caCSZMXfc3KWq5JIz6v99D+wO9jZkm/ P6unJGrwAd06s4spt1vvvZaCrM3sy60uEyUP43ZD8mRY1+1sy++W0eyLFZQHS6p/droi 2q3A== 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=ycrLtmiQz5pawfk+gPVAhPc9vc0fSgQfZU8zhaNThhc=; b=6jNwdDueFUtMsPj4tPWQt/pOm+QxOnuVVhgs0z3xCKBStoSAmp9FPy31EQ2+g5+CKO NTAZP+S2tnOZjvsR2YWWLMIwUdACob7zN8PqMvZfOO4CyHjniY6KGOdA0L/Ott73RpSi KC/xxiVvKExpzj7lyNYAyzsc2ug6aK59XCiFG/PYtJ2nHVROtGOVWfHYNgxKhcCJzm9r JuksytDCS3J7ooSQHEtwh1KB21PcJcTK7ZqOKFVJX8QVjCXWbaujQBLOBRGrBVLIKnvw NN07hxNLuYw1gXQOh62iq5CY91hhmwaPf0uPlbC67qNz9Vy9yztlczI+1Sen043k0CHv 0vsA== X-Gm-Message-State: ACrzQf1m9H2ZBrLAcIWL3CKG8pvQevmLamjhwqE9wwCQJzPllTSbyciU R/7I13xQYq+1Dy8CKlg+tYJPAqf0LoU= X-Google-Smtp-Source: AMsMyM5fJQZ9fusrbE1YoeQfdO9pH6TqbqvwvtRQk9dDzm4VYdNrRGaEudq9jfIwVicWqQyUFkcu9w== X-Received: by 2002:a05:6402:4310:b0:451:3b07:9114 with SMTP id m16-20020a056402431000b004513b079114mr15113565edc.153.1664064699925; Sat, 24 Sep 2022 17:11:39 -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.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:39 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:30 +0200 Message-Id: <20220925001121.37721-4-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 03/54] avformat/avformat: 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: --- libavformat/avformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 9d46875cce..c695cfc6de 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -2003,7 +2003,7 @@ AVProgram *av_new_program(AVFormatContext *s, int id); * avformat_free_context() can be used to free the context and * everything allocated by the framework within it. * - * @param *ctx is set to the created format context, or to NULL in + * @param ctx pointee is set to the created format context, or to NULL in * case of failure * @param oformat format to use for allocating the context, if NULL * format_name and filename are used instead @@ -2656,7 +2656,7 @@ const AVIndexEntry *avformat_index_get_entry(AVStream *st, int idx); * Get the AVIndexEntry corresponding to the given timestamp. * * @param st Stream containing the requested AVIndexEntry. - * @param timestamp Timestamp to retrieve the index entry for. + * @param wanted_timestamp Timestamp to retrieve the index entry for. * @param flags If AVSEEK_FLAG_BACKWARD then the returned entry will correspond * to the timestamp which is <= the requested one, if backward * is 0, then it will be >= -- 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".