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:
parent
6718b37e5d
commit
1f66e3347d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user