ffmpeg | branch: master | Clément Bœsch <u...@pkh.me> | Sat Jan 30 13:08:37 2016 +0100| [d3d03fd55e082a2ea14381d4ccfd94d8c2a9abd4] | committer: Clément Bœsch
lavf/vqf: fix suported/supported typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3d03fd55e082a2ea14381d4ccfd94d8c2a9abd4 --- libavformat/vqf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/vqf.c b/libavformat/vqf.c index a544356..3c897e1 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @@ -211,7 +211,7 @@ static int vqf_read_header(AVFormatContext *s) size = 2048; break; 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); return -1; } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog