avfilter: fix typo in comments

Signed-off-by: mypopy@gmail.com
This commit is contained in:
Zhao Zhili 2019-10-09 20:06:10 +08:00 committed by Lou Logan
parent cc50d113c8
commit 2bfa7df9fe

View File

@ -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