mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
v4l2codecs: h265: Set num_delta_pocs_of_ref_rps_idx
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4413>
This commit is contained in:
parent
6a7835e106
commit
5f2a664415
1 changed files with 1 additions and 0 deletions
|
@ -988,6 +988,7 @@ gst_v4l2_codec_h265_dec_fill_decode_params (GstV4l2CodecH265Dec * self,
|
|||
.num_poc_st_curr_before = decoder->NumPocStCurrBefore,
|
||||
.num_poc_st_curr_after = decoder->NumPocStCurrAfter,
|
||||
.num_poc_lt_curr = decoder->NumPocLtCurr,
|
||||
.num_delta_pocs_of_ref_rps_idx = slice->header.short_term_ref_pic_sets.NumDeltaPocsOfRefRpsIdx,
|
||||
.flags =
|
||||
(GST_H265_IS_NAL_TYPE_IRAP (slice->nalu.type) ? V4L2_HEVC_DECODE_PARAM_FLAG_IRAP_PIC : 0) |
|
||||
(GST_H265_IS_NAL_TYPE_IDR (slice->nalu.type) ? V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC : 0) |
|
||||
|
|
Loading…
Reference in a new issue