Commit 6c0a902d authored by Lars Täuber's avatar Lars Täuber Committed by Michael Niedermayer

ffmpeg: fix typo in warning

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7c1aba4f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment