diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-03 13:51:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-03 13:51:53 +0200 |
commit | a3c479fc49659e86abd11e92e2f2ddd8923b0559 (patch) | |
tree | f2c0618e92144257f25fd34b83f5ef9f3f9468ef | |
parent | 44f079b27e8141c3871327c81d054777413fa49a (diff) | |
download | ffmpeg-a3c479fc49659e86abd11e92e2f2ddd8923b0559.tar.gz |
avformat/avformat: minor grammar improvement
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |