From patchwork Wed Oct 9 12:06:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhao Zhili X-Patchwork-Id: 15632 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 3B7C944524C for ; Wed, 9 Oct 2019 15:06:32 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 141BF6881A8; Wed, 9 Oct 2019 15:06:32 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from smtpbgsg2.qq.com (smtpbgsg2.qq.com [54.254.200.128]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B22E1688192 for ; Wed, 9 Oct 2019 15:06:24 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foxmail.com; s=s201512; t=1570622776; bh=uAgp5Ucp0Csmjui6TZ1NLC2yJyOBwHIkCYNdjFBsk5I=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=XBTtg2otEIUvZ7DHjWNXsJeHPbvzwfdVm4QgxC4KDMgr1YUvEOMNm86ZB6B0TunvL RgTMU/1jJtfPgV0vvrL912LHnZgchcsMeeasdmGMHp0Gywe5OG2GL8ZnZeMGfC5vVh +8k0SjgfAiwengLH9g/VkCBvmMDX8UC6R3kkF/OU= X-QQ-mid: esmtp6t1570622774twuhyz545 Received: from ZHILIZHAO-MB1.tencent.com (unknown [14.17.22.52]) by esmtp4.qq.com (ESMTP) with id ; Wed, 09 Oct 2019 20:06:13 +0800 (CST) X-QQ-SSF: 01000000000000N0U91004000000002 X-QQ-FEAT: KpP3T6oRJqt8myAyg7KmNe4LBH87/h3SYvIUFnTHs5Q0+qaTbnP/NUIwrqs9B cLDpmwmUgz6ZkCagLGufFdRUIfweu+2kax1qp6O22Ds7VJf8Ybml6BbIjJlKZrguDl2M+4x IAWl88rzwGAu6gTuBwdNEoTOLGtqIljE2A4B2FlJLEeylOPlGYDIcurdse7jHBfGh2Xwb7q 8ivzoXQEx3iXkP1G20snGZYo9sgDHYeKA95qMMtgl9Z5nVGyq1ZSzsTjThAAYo4eJildnFi gKL5jeuilw4XwKAn5iqivBpEt69Rbo+w/FPg== X-QQ-GoodBg: 0 From: quinkblack@foxmail.com To: ffmpeg-devel@ffmpeg.org Date: Wed, 9 Oct 2019 20:06:10 +0800 Message-Id: <20191009120610.63647-1-quinkblack@foxmail.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: esmtp:foxmail.com:bgforeign:bgforeign4 X-QQ-Bgrelay: 1 Subject: [FFmpeg-devel] [PATCH] avfilter: fix typo in comments 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: Zhao Zhili Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Zhao Zhili --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 9d70e7118b..3eaa8a4089 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -79,7 +79,7 @@ int avfilter_pad_count(const AVFilterPad *pads); * Get the name of an AVFilterPad. * * @param pads an array of AVFilterPads - * @param pad_idx index of the pad in the array it; is the caller's + * @param pad_idx index of the pad in the array; it is the caller's * responsibility to ensure the index is valid * * @return name of the pad_idx'th pad in pads