From ee62f4d614eceb5b39f360fc9dd16d0dacd00811 Mon Sep 17 00:00:00 2001 From: Sil Vilerino Date: Tue, 6 Sep 2022 10:32:41 -0400 Subject: [PATCH] frontends/omx: Fill HEVC Decode param IntraPicFlag Reviewed-by: Ruijing Dong Part-of: --- src/gallium/frontends/omx/bellagio/vid_dec_h265.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/omx/bellagio/vid_dec_h265.c b/src/gallium/frontends/omx/bellagio/vid_dec_h265.c index 4b6117cc2f1..68ee619b546 100644 --- a/src/gallium/frontends/omx/bellagio/vid_dec_h265.c +++ b/src/gallium/frontends/omx/bellagio/vid_dec_h265.c @@ -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)