mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 22:58:31 +02:00
frontends/omx: Fill HEVC Decode param IntraPicFlag
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18328>
This commit is contained in:
parent
5efd4bbf7f
commit
ee62f4d614
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ static void slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp,
|
|||
if (priv->picture.h265.RAPPicFlag != is_rap_picture(nal_unit_type))
|
||||
vid_dec_h265_EndFrame(priv);
|
||||
priv->picture.h265.RAPPicFlag = is_rap_picture(nal_unit_type);
|
||||
|
||||
priv->picture.h265.IntraPicFlag = is_rap_picture(nal_unit_type);
|
||||
num_st_rps = sps->num_short_term_ref_pic_sets;
|
||||
|
||||
if (priv->picture.h265.CurrRpsIdx != num_st_rps)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue