Commit 295e0e4b authored by Stefano Sabatini's avatar Stefano Sabatini

lavd/caca: extend error message for -list_dither option

parent 2fd88044
...@@ -102,7 +102,8 @@ static int caca_write_header(AVFormatContext *s) ...@@ -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);
} }
......
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