You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/libspeexdec: more verbose error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -59,7 +59,7 @@ static av_cold int libspeex_decode_init(AVCodecContext *avctx)
|
|||||||
|
|
||||||
quality = avctx->extradata[37];
|
quality = avctx->extradata[37];
|
||||||
if (quality > 10) {
|
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;
|
return AVERROR_PATCHWELCOME;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user