mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffmpeg: fix typo in warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7c1aba4f01
commit
6c0a902d12
2
ffmpeg.c
2
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)
|
static int opt_bitrate(OptionsContext *o, const char *opt, const char *arg)
|
||||||
{
|
{
|
||||||
if(!strcmp(opt, "b")){
|
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 parse_option(o, av_strdup("b:v"), arg, options);
|
||||||
}
|
}
|
||||||
return opt_default(opt, arg);
|
return opt_default(opt, arg);
|
||||||
|
Loading…
Reference in New Issue
Block a user