[FFmpeg-cvslog] avcodec/libspeexdec: more verbose error message
Michael Niedermayer
git at videolan.org
Fri Nov 21 20:20:43 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Nov 21 20:08:56 2014 +0100| [018ce902840a16447ca049046e558b56e60484b2] | committer: Michael Niedermayer
avcodec/libspeexdec: more verbose error message
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=018ce902840a16447ca049046e558b56e60484b2
---
libavcodec/libspeexdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libspeexdec.c b/libavcodec/libspeexdec.c
index 1e4c05a..479c010 100644
--- a/libavcodec/libspeexdec.c
+++ b/libavcodec/libspeexdec.c
@@ -59,7 +59,7 @@ static av_cold int libspeex_decode_init(AVCodecContext *avctx)
quality = avctx->extradata[37];
if (quality > 10) {
- av_log(avctx, AV_LOG_ERROR, "Unsupported quality mode.\n");
+ av_log(avctx, AV_LOG_ERROR, "Unsupported quality mode %d.\n", quality);
return AVERROR_PATCHWELCOME;
}
More information about the ffmpeg-cvslog
mailing list