avformat/avformat: minor grammar improvement

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-07-03 13:51:53 +02:00
parent 44f079b27e
commit a3c479fc49
1 changed files with 1 additions and 1 deletions

View File

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