avcodec/vvc/dec: fix typo
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9eca5b8369
commit
1f049d5627
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user