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:
Sil Vilerino 2022-09-06 10:32:41 -04:00
parent 5efd4bbf7f
commit ee62f4d614

View file

@ -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)