提交 5462dde1 编写于 作者: K Kostya Shishkov 提交者: Diego Biurrun

metasound: Fix error message argument

Signed-off-by: NDiego Biurrun <diego@biurrun.de>
上级 cb56c396
......@@ -313,7 +313,7 @@ static av_cold int metasound_decode_init(AVCodecContext *avctx)
default:
av_log(avctx, AV_LOG_ERROR,
"This version does not support %d kHz - %d kbit/s/ch mode.\n",
isampf, isampf);
isampf, ibps);
return AVERROR(ENOSYS);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册