From 1f66e3347dae2e42a723986b988b704e419c3378 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 23 Nov 2022 15:59:23 +0100 Subject: [PATCH] h264_ps: comment pic_order_present better The official name which CBS uses is bottom_field_pic_order_in_frame_present_flag. --- libavcodec/h264_ps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_ps.h b/libavcodec/h264_ps.h index d2413ae0f8..de4529b353 100644 --- a/libavcodec/h264_ps.h +++ b/libavcodec/h264_ps.h @@ -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