Browse Source

grammar error noticed by Mark Cox

Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
4021300cd5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c View File

@@ -2973,7 +2973,7 @@ static void opt_output_file(const char *filename)
if (!file_oformat) {
file_oformat = guess_format(NULL, filename, NULL);
if (!file_oformat) {
fprintf(stderr, "Unable for find a suitable output format for '%s'\n",
fprintf(stderr, "Unable to find a suitable output format for '%s'\n",
filename);
exit(1);
}


Loading…
Cancel
Save