diff mbox

[FFmpeg-devel] avfilter: fix typo in comments

Message ID 20191009120610.63647-1-quinkblack@foxmail.com
State Accepted
Commit 2bfa7df9fefe50a8d7f3f2fe4313069e5f3155d4
Headers show

Commit Message

Zhao Zhili Oct. 9, 2019, 12:06 p.m. UTC
From: Zhao Zhili <zhilizhao@tencent.com>

---
 libavfilter/avfilter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jun Zhao Oct. 9, 2019, 12:25 p.m. UTC | #1
On Wed, Oct 9, 2019 at 8:06 PM <quinkblack@foxmail.com> wrote:
>
> From: Zhao Zhili <zhilizhao@tencent.com>
>
> ---
>  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
> --
> 2.22.0
LGTM
Lou Logan Oct. 14, 2019, 11:14 p.m. UTC | #2
mypopy wrote:
>On Wed, Oct 9, 2019 at 8:06 PM <quinkblack at foxmail.com> wrote:
>>
>> From: Zhao Zhili <zhilizhao at tencent.com>
>>
>> ---
>>  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
>> --
>> 2.22.0
>LGTM

Pushed
diff mbox

Patch

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