Module: libav
Branch: master
Commit: 5462dde1947e0ecfcb2db99ae29ce9dee8933b45

Author:    Kostya Shishkov <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Fri Nov  8 10:21:07 2013 +0100

metasound: Fix error message argument

Signed-off-by: Diego Biurrun <[email protected]>

---

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

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to