From 1f049d5627ce5b5f75552bbeb832eed51af5a0a2 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 8 Apr 2024 09:10:04 -0300 Subject: [PATCH] avcodec/vvc/dec: fix typo Signed-off-by: James Almer --- libavcodec/vvc/dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vvc/dec.c b/libavcodec/vvc/dec.c index 463536512e..27ffbb741d 100644 --- a/libavcodec/vvc/dec.c +++ b/libavcodec/vvc/dec.c @@ -963,7 +963,7 @@ static av_cold void vvc_decode_flush(AVCodecContext *avctx) ff_vvc_flush_dpb(last); } - s->ps->sps_id_used = 0; + s->ps.sps_id_used = 0; s->eos = 1; }