mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 20:42:19 +00:00
avcodec/vvc/ps: reset sps_id_used on flush
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
ee1bc723de
commit
9eca5b8369
@ -963,6 +963,8 @@ static av_cold void vvc_decode_flush(AVCodecContext *avctx)
|
||||
ff_vvc_flush_dpb(last);
|
||||
}
|
||||
|
||||
s->ps->sps_id_used = 0;
|
||||
|
||||
s->eos = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user