[FFmpeg-cvslog] avcodec/vvc/dec: fix typo

James Almer git at videolan.org
Mon Apr 8 15:10:25 EEST 2024


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Apr  8 09:10:04 2024 -0300| [1f049d5627ce5b5f75552bbeb832eed51af5a0a2] | committer: James Almer

avcodec/vvc/dec: fix typo

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f049d5627ce5b5f75552bbeb832eed51af5a0a2
---

 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;
 }



More information about the ffmpeg-cvslog mailing list