summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2019-10-09 20:06:10 +0800
committerLou Logan <lou@lrcd.com>2019-10-14 15:02:20 -0800
commit2bfa7df9fefe50a8d7f3f2fe4313069e5f3155d4 (patch)
tree9b48edaef609a4c9d9a70ae6efde5cdca74ad7ca /libavfilter/avfilter.h
parentcc50d113c88fb9fc5d9b010bbc9b9203b9a2b885 (diff)
downloadffmpeg-2bfa7df9fefe50a8d7f3f2fe4313069e5f3155d4.tar.gz
avfilter: fix typo in comments
Signed-off-by: mypopy@gmail.com
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
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