ffvpx: update ffmpeg to 3.4.13 ( c721020755 )

This commit is contained in:
roytam1 2023-08-28 07:48:28 +08:00
commit 6f9d5a9385
9 changed files with 31 additions and 8 deletions

View file

@ -3154,7 +3154,7 @@ static int hevc_decode_frame(AVCodecContext *avctx, void *data, int *got_output,
}
} else {
/* verify the SEI checksum */
if (avctx->err_recognition & AV_EF_CRCCHECK && s->is_decoded &&
if (avctx->err_recognition & AV_EF_CRCCHECK && s->ref && s->is_decoded &&
s->sei.picture_hash.is_md5) {
ret = verify_md5(s, s->ref->frame);
if (ret < 0 && avctx->err_recognition & AV_EF_EXPLODE) {