1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +02:00

Grammar fixes

Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2010-07-02 00:03:48 +00:00
parent 3c35da2f7f
commit 48966b02cb
4 changed files with 9 additions and 9 deletions

View File

@ -204,8 +204,8 @@ void show_protocols(void);
void show_pix_fmts(void);
/**
* Return a positive value if reads from standard input a line
* starting with [yY], otherwise returns 0.
* Return a positive value if a line read from standard input
* starts with [yY], otherwise return 0.
*/
int read_yesno(void);