From a3c479fc49659e86abd11e92e2f2ddd8923b0559 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 3 Jul 2014 13:51:53 +0200 Subject: [PATCH] avformat/avformat: minor grammar improvement Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 7a0093ad40..8a9e6dc33e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -2515,7 +2515,7 @@ void av_url_split(char *proto, int proto_size, * @param ic the context to analyze * @param index index of the stream to dump information about * @param url the URL to print, such as source or destination file - * @param is_output Select whether specified context is of input(0) or output(1) + * @param is_output Select whether the specified context is an input(0) or output(1) */ void av_dump_format(AVFormatContext *ic, int index,