Commit d3d03fd5 authored by Clément Bœsch's avatar Clément Bœsch

lavf/vqf: fix suported/supported typo

parent 0dd201d9
...@@ -211,7 +211,7 @@ static int vqf_read_header(AVFormatContext *s) ...@@ -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;
} }
......
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