diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-07-26 16:32:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-07-26 16:32:15 +0000 |
commit | 65bf3c53a73bcd9cf6049698d0577def67db91c8 (patch) | |
tree | bf2927c2967dab1f183d62c107dc16db7581874e | |
parent | 0187e9030ada09d0f3de63b43c4f470a46a51758 (diff) | |
download | ffmpeg-65bf3c53a73bcd9cf6049698d0577def67db91c8.tar.gz |
typo fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Originally committed as revision 3344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1758,7 +1758,7 @@ static int av_encode(AVFormatContext **output_files, for(i=0;i<nb_output_files;i++) { os = output_files[i]; if (av_write_header(os) < 0) { - fprintf(stderr, "Could not write header for output file #%d (incorrect codec paramters ?)\n", i); + fprintf(stderr, "Could not write header for output file #%d (incorrect codec parameters ?)\n", i); ret = -EINVAL; goto fail; } |