Commit a3c479fc authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/avformat: minor grammar improvement

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 44f079b2
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment