We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd99a71 commit e5214b8Copy full SHA for e5214b8
src/h264.c
@@ -270,6 +270,7 @@ static void h264_va_picture_to_v4l2(struct request_data *driver_data,
270
if (VAPicture->pic_fields.bits.redundant_pic_cnt_present_flag)
271
pps->flags |= V4L2_H264_PPS_FLAG_REDUNDANT_PIC_CNT_PRESENT;
272
273
+ sps->max_num_ref_frames = VAPicture->num_ref_frames;
274
sps->chroma_format_idc = VAPicture->seq_fields.bits.chroma_format_idc;
275
sps->bit_depth_luma_minus8 = VAPicture->bit_depth_luma_minus8;
276
sps->bit_depth_chroma_minus8 = VAPicture->bit_depth_chroma_minus8;
0 commit comments