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 3C43F42FB8 for ; Thu, 15 Sep 2022 01:56:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 48ACC68BB27; Thu, 15 Sep 2022 04:56:11 +0300 (EEST) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AE7B968BAE2 for ; Thu, 15 Sep 2022 04:56:04 +0300 (EEST) Received: by mail-wr1-f42.google.com with SMTP id bz13so28522175wrb.2 for ; Wed, 14 Sep 2022 18:56:04 -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=g+3Tgy958yA9pkinxdJNlM7SQIKZuKlGUgTiUjee10TbuwUg29RyO8HcYkV1xmukOg XUkeoOMxxBXTTNBAmh2GgecXUBcm+LmdafF0gXM0O4cESkZvz1pYpftF/SxIhhk7WRs4 EKWX4yzWqEvYH10Bjx5pendnkggO5db9aVKqOVRSXQU3mQ6/ZHsIja7FZGkRVw9NUkJw zs1zxrOf9vTXpdEwlGblsPEfSaKDZ2Mpf18D/TAeenEaTEfWsVams4iTaFDNicabtc0k cM+b7pPSiSooUifzQHaMkgyaoOVa9cWxyzg7ApzrnNBzswy5VUQPsjVtZ3lXi8dFoP32 Tqtg== 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=0W8TI6TA7RVi2J8xyNiahZIIaZ0PF6zc5Z1bmPIaYHzAv2YG16leSNzdwHMcM1qhCe D1ObWW2oqaFsQ7xjXQ8kQjfMgxh7wPsRlJ6/OV3nDbaNPEI2YA4hL5xiQjKxwjyf9ll1 MpT6ZwdDQJKbUq4y/QyJzQL+N3YlD4Vi39dso1aj3lV+brAoZbP8sBESMu4sqlbexvMP 2MM01PoV31/bq+M+u2Gv+lgkkOCxjBfrIbX9EyVk2G0AQ76iv/d7kI6Qx3iFevXfRrbU jg+W0ZUK3catFhHC2SVW/uS0dY5PgwsVsQBS0T+bFRuavIHz626Ea5jfOGH6zH1N1Az8 XmEg== X-Gm-Message-State: ACgBeo2HfVlbyfBakRJmER7IGkNhqqthoYE+WNZDRXBFOKLYlPoEyf6g TPbTFsJuQSqBQqteiOhv4GlPpANcRJTtBQ== X-Google-Smtp-Source: AA6agR4NDApiCUVimxYOPf7z3Ty/MXPMoWkPwnDv8OUhdome2FFkCHn9U7sEUaiB1fKEQFpo/mlKTA== X-Received: by 2002:a5d:6545:0:b0:228:dab8:af03 with SMTP id z5-20020a5d6545000000b00228dab8af03mr23165241wrv.29.1663206964033; Wed, 14 Sep 2022 18:56:04 -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 q22-20020a7bce96000000b003b491f99a25sm909882wmj.22.2022.09.14.18.56.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Sep 2022 18:56:03 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Thu, 15 Sep 2022 03:55:51 +0200 Message-Id: <20220915015555.34841-3-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220915015555.34841-1-epirat07@gmail.com> References: <20220915015555.34841-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/7] 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".