lavd/caca: extend error message for -list_dither option
This commit is contained in:
parent
2fd880449a
commit
295e0e4b4f
@ -102,7 +102,8 @@ static int caca_write_header(AVFormatContext *s)
|
|||||||
list_dither_antialias(c);
|
list_dither_antialias(c);
|
||||||
} else {
|
} else {
|
||||||
av_log(s, AV_LOG_ERROR,
|
av_log(s, AV_LOG_ERROR,
|
||||||
"Invalid value '%s', for 'list_dither' option\n",
|
"Invalid argument '%s', for 'list_dither' option\n"
|
||||||
|
"Argument must be one of 'algorithms, 'antialiases', 'charsets', 'colors'\n",
|
||||||
c->list_dither);
|
c->list_dither);
|
||||||
return AVERROR(EINVAL);
|
return AVERROR(EINVAL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user