提交 ac4447b6 编写于 作者: M Michael Niedermayer

Merge commit '5462dde1'

* commit '5462dde1':
  metasound: Fix error message argument
Merged-by: NMichael Niedermayer <michaelni@gmx.at>
......@@ -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.
先完成此消息的编辑!
想要评论请 注册