You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -106,7 +106,7 @@ typedef struct PPS {
|
|||||||
unsigned int pps_id;
|
unsigned int pps_id;
|
||||||
unsigned int sps_id;
|
unsigned int sps_id;
|
||||||
int cabac; ///< entropy_coding_mode_flag
|
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 slice_group_count; ///< num_slice_groups_minus1 + 1
|
||||||
int mb_slice_group_map_type;
|
int mb_slice_group_map_type;
|
||||||
unsigned int ref_count[2]; ///< num_ref_idx_l0/1_active_minus1 + 1
|
unsigned int ref_count[2]; ///< num_ref_idx_l0/1_active_minus1 + 1
|
||||||
|
Reference in New Issue
Block a user