[FFmpeg-cvslog] metasound: Fix error message argument

Kostya Shishkov git at videolan.org
Fri Nov 8 23:42:49 CET 2013


ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Fri Nov  8 10:21:07 2013 +0100| [5462dde1947e0ecfcb2db99ae29ce9dee8933b45] | committer: Diego Biurrun

metasound: Fix error message argument

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5462dde1947e0ecfcb2db99ae29ce9dee8933b45
---

 libavcodec/metasound.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index 88cbff6..8b21732 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);
     }
 



More information about the ffmpeg-cvslog mailing list