sorry for making this mistake in the first place
From 139442ff8239c414a63092fca317b7c557f9d196 Mon Sep 17 00:00:00 2001
From: Kostya Shishkov <[email protected]>
Date: Fri, 8 Nov 2013 10:10:31 +0100
Subject: [PATCH 4/4] metasound: fix error message argument
---
libavcodec/metasound.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index 80ba538..39af418 100644
--- a/libavcodec/metasound.c
+++ b/libavcodec/metasound.c
@@ -352,7 +352,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);
}
--
1.7.0.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel