mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
vah264enc: fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7337>
This commit is contained in:
parent
af075a225e
commit
2caaf252b0
1 changed files with 1 additions and 1 deletions
|
@ -2356,7 +2356,7 @@ _fill_picture_parameter (GstVaH264Enc * self, GstVaH264EncFrame * frame,
|
|||
.pic_fields.bits.weighted_bipred_idc = 0,
|
||||
.pic_fields.bits.constrained_intra_pred_flag = 0,
|
||||
.pic_fields.bits.transform_8x8_mode_flag = self->use_dct8x8,
|
||||
/* enable debloking */
|
||||
/* enable deblocking */
|
||||
.pic_fields.bits.deblocking_filter_control_present_flag = 1,
|
||||
.pic_fields.bits.redundant_pic_cnt_present_flag = 0,
|
||||
/* bottom_field_pic_order_in_frame_present_flag */
|
||||
|
|
Loading…
Reference in a new issue