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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue