From 5462dde1947e0ecfcb2db99ae29ce9dee8933b45 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 8 Nov 2013 10:21:07 +0100 Subject: metasound: Fix error message argument Signed-off-by: Diego Biurrun --- libavcodec/metasound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/metasound.c') diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c index 88cbff6b21..8b217326c3 100644 --- a/libavcodec/metasound.c +++ b/libavcodec/metasound.c @@ -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); } -- cgit v1.2.1