mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-26 09:13:26 +00:00
lavf/vqf: fix suported/supported typo
This commit is contained in:
parent
0dd201d947
commit
d3d03fd55e
@ -211,7 +211,7 @@ static int vqf_read_header(AVFormatContext *s)
|
|||||||
size = 2048;
|
size = 2048;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
av_log(s, AV_LOG_ERROR, "Mode not suported: %d Hz, %"PRId64" kb/s.\n",
|
av_log(s, AV_LOG_ERROR, "Mode not supported: %d Hz, %"PRId64" kb/s.\n",
|
||||||
st->codec->sample_rate, (int64_t)st->codec->bit_rate);
|
st->codec->sample_rate, (int64_t)st->codec->bit_rate);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user