Commit 5462dde1 authored by Kostya Shishkov's avatar Kostya Shishkov Committed by Diego Biurrun

metasound: Fix error message argument

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment