summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-04-08 09:10:04 -0300
committerJames Almer <jamrial@gmail.com>2024-04-08 09:10:04 -0300
commit1f049d5627ce5b5f75552bbeb832eed51af5a0a2 (patch)
tree49bd489316bae456477f186691219bf0f98a977f
parent9eca5b8369b85cb91b6636f37f652cbb835fdbc1 (diff)
avcodec/vvc/dec: fix typo
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/vvc/dec.c2
1 files changed, 1 insertions, 1 deletions
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;
}