metasound: Fix error message argument

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Kostya Shishkov 2013-11-08 10:21:07 +01:00 committed by Diego Biurrun
parent cb56c3961b
commit 5462dde194

View File

@ -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);
}