[FFmpeg-cvslog] ffmpeg: fix typo in warning

Lars Täuber git at videolan.org
Tue Sep 27 15:13:48 CEST 2011


ffmpeg | branch: master | Lars Täuber <lars.taeuber at gmx.net> | Tue Sep 27 14:41:09 2011 +0200| [6c0a902d124f442fb06cd74415a39d5a1959017f] | committer: Michael Niedermayer

ffmpeg: fix typo in warning

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c0a902d124f442fb06cd74415a39d5a1959017f
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 16da621..a5aaa72 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4150,7 +4150,7 @@ static int opt_old2new(OptionsContext *o, const char *opt, const char *arg)
 static int opt_bitrate(OptionsContext *o, const char *opt, const char *arg)
 {
     if(!strcmp(opt, "b")){
-        av_log(0,AV_LOG_WARNING, "Please use -b:a or -b:v, -b is ambigous\n");
+        av_log(0,AV_LOG_WARNING, "Please use -b:a or -b:v, -b is ambiguous\n");
         return parse_option(o, av_strdup("b:v"), arg, options);
     }
     return opt_default(opt, arg);



More information about the ffmpeg-cvslog mailing list