h264_ps: comment pic_order_present better

The official name which CBS uses is bottom_field_pic_order_in_frame_present_flag.
This commit is contained in:
Lynne 2022-11-23 15:59:23 +01:00
parent 6718b37e5d
commit 1f66e3347d
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ typedef struct PPS {
unsigned int pps_id;
unsigned int sps_id;
int cabac; ///< entropy_coding_mode_flag
int pic_order_present; ///< pic_order_present_flag
int pic_order_present; ///< bottom_field_pic_order_in_frame_present_flag
int slice_group_count; ///< num_slice_groups_minus1 + 1
int mb_slice_group_map_type;
unsigned int ref_count[2]; ///< num_ref_idx_l0/1_active_minus1 + 1