summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-03-07 00:27:23 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-03-07 00:27:23 +0000
commitcbc09a7d5a570fff61a059c0a6f910f275805e97 (patch)
treea047059dfcff7efdbcd8261e762d6731db520729 /ffmpeg.c
parent73d6ca4feefc45a3be6fde453705978b5523c575 (diff)
typo: unkown->unknown
Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 798af27a75..25604d7e9c 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3465,7 +3465,7 @@ static void opt_video_bsf(const char *arg)
AVBitStreamFilterContext **bsfp;
if(!bsfc){
- fprintf(stderr, "Unkown bitstream filter %s\n", arg);
+ fprintf(stderr, "Unknown bitstream filter %s\n", arg);
exit(1);
}
@@ -3483,7 +3483,7 @@ static void opt_audio_bsf(const char *arg)
AVBitStreamFilterContext **bsfp;
if(!bsfc){
- fprintf(stderr, "Unkown bitstream filter %s\n", arg);
+ fprintf(stderr, "Unknown bitstream filter %s\n", arg);
exit(1);
}