mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavu/opt: fix range shown in set_format() log message
This commit is contained in:
parent
be2c0bc949
commit
26c531cc22
@ -440,7 +440,7 @@ static int set_format(void *obj, const char *name, int fmt, int search_flags,
|
||||
|
||||
if (fmt < -1 || fmt > max) {
|
||||
av_log(obj, AV_LOG_ERROR,
|
||||
"Value %d for parameter '%s' out of %s format range [0 - %d]\n",
|
||||
"Value %d for parameter '%s' out of %s format range [-1 - %d]\n",
|
||||
fmt, name, desc, max);
|
||||
return AVERROR(ERANGE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user