From patchwork Mon Mar 25 08:39:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 12432 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 0F8534484AF for ; Mon, 25 Mar 2019 10:39:23 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E831C689BB8; Mon, 25 Mar 2019 10:39:22 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C0229689AE7 for ; Mon, 25 Mar 2019 10:39:15 +0200 (EET) Received: by mail-pg1-f193.google.com with SMTP id a22so5986420pgg.13 for ; Mon, 25 Mar 2019 01:39:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ESuzJlcRX+cyuQyATLzJ1aTKThyb2rg1opcdp1BsNSA=; b=YYYTNdnurapKcEj8/ZfuvHsIZstJAzYp5JQsL3UhQ2t7dmTHmKHBSS2g9+onSJMgD+ oi3dR8Gne0UMXwLm196G0fOi9l29S+6TZfImYYivCnuIFpKw89e4uBsrOuYO0+StSdfV LCrikM5jNLV4h81IzzKf6Tmyvw+hU9n8ZfWVdNMstVkhzisq3a5x8tMJBNlZFrFCO4Ch eMGiWUe/YURaNoEUxk+EQtKK3oclEKdx3AI6EFJfIOY7WQn5U3OYMKNdq1w/1pXXz/XS rKMfwb9isuBcvrzeMfAnltGMsUpgaOTK8Ea6laZ/9d7Xu3EhnjUFT6+BGk/9HOfDuPPD 6pkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ESuzJlcRX+cyuQyATLzJ1aTKThyb2rg1opcdp1BsNSA=; b=QNT+q4e6c7f5luALAGKysoZu5f24fuvRVcY5lxmFmYG/lVar8y+eR2fLmAKSSqxDWi +8LmXjePjG/Kssqc+1Z37FQ4LE1TjhY31DxlUMm7gsolTQNvKnBNFPc3WzNgvDljhAGv 7pdwyHz1yBSGweVWrWqjLD2etjcj/q8m3zY77M2KJJ6ndBzAkAaXRNL3op3rJqJajWcR LDxBgft8kYfmxx7aHgAS2zKSbs93ATttGIWprxGeGw11BdgE4GZT3YK8KCr//OeVyQvf zGVmC5T70w43WDB9/gBzpIKlhtbX+CbhLuSGDzGw4cehlnGe2cQT5poTAVY04vTYkq8v cJ0g== X-Gm-Message-State: APjAAAVT+ZGVvSw5XNvzZCfkmkok8BjPp7sBUFTCAvdCLPkVvaZa6sIB qm6CN9xod2AyXlsYu/35JNUpu93e X-Google-Smtp-Source: APXvYqwtGiZJPCwuP6PA7xIBmlL/uSgJ5XX7t6jY2f833BQESm6gWz7GZimd64MwDGZ31baa+SqSlQ== X-Received: by 2002:a63:3fc2:: with SMTP id m185mr409653pga.145.1553503154267; Mon, 25 Mar 2019 01:39:14 -0700 (PDT) Received: from localhost.localdomain ([47.90.47.25]) by smtp.gmail.com with ESMTPSA id a13sm16778441pgw.91.2019.03.25.01.39.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Mar 2019 01:39:13 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Mon, 25 Mar 2019 16:39:04 +0800 Message-Id: <1553503145-27653-2-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1553503145-27653-1-git-send-email-mypopydev@gmail.com> References: <1553503145-27653-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH V1 2/3] avformat/avformat.h: Update the comment for format_probesize X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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: Jun Zhao MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Jun Zhao Update the comment for format_probesize. Signed-off-by: Jun Zhao --- libavformat/avformat.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index e1b9b11..2907be5 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1770,7 +1770,7 @@ typedef struct AVFormatContext { /** * number of bytes to read maximally to identify format. * - encoding: unused - * - decoding: set by user + * - decoding: set by user before avformat_open_input(). */ int format_probesize;