mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
avcodec/jpeglsdec: ask for sample for "oversized image"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
375013e3d6
commit
020600eed1
@ -114,7 +114,7 @@ int ff_jpegls_decode_lse(MJpegDecodeContext *s)
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
av_log(s->avctx, AV_LOG_ERROR, "oversize image not supported\n");
|
||||
avpriv_request_sample(s->avctx, "oversize image");
|
||||
return AVERROR(ENOSYS);
|
||||
default:
|
||||
av_log(s->avctx, AV_LOG_ERROR, "invalid id %d\n", id);
|
||||
|
Loading…
Reference in New Issue
Block a user