summaryrefslogtreecommitdiff
path: root/libavcodec/metasound.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-08 23:36:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-08 23:37:14 +0100
commitac4447b6ec4e2dd1dc9d0432241cf5a63c3b54e6 (patch)
tree532887296f376eaab7a806663e4a11de9496db6f /libavcodec/metasound.c
parenta26e83da6c96d21b18668f0a00e6627172f43722 (diff)
parent5462dde1947e0ecfcb2db99ae29ce9dee8933b45 (diff)
downloadffmpeg-ac4447b6ec4e2dd1dc9d0432241cf5a63c3b54e6.tar.gz
Merge commit '5462dde1947e0ecfcb2db99ae29ce9dee8933b45'
* commit '5462dde1947e0ecfcb2db99ae29ce9dee8933b45': metasound: Fix error message argument Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/metasound.c')
-rw-r--r--libavcodec/metasound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index 5c65f038d5..597c33351f 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);
}