ffmpeg | branch: master | Michael Niedermayer <michae...@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 <michae...@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;
         }
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to