Skip to content

Commit

Permalink
add chroma_format_idc to dump
Browse files Browse the repository at this point in the history
  • Loading branch information
amaha877 committed Sep 26, 2024
1 parent 5cd526a commit 96c9d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/h264/h264.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class H264SeqParameterSet
Debug("\toffset_for_top_to_bottom_field=%d\n", offset_for_top_to_bottom_field);
Debug("\tnum_ref_frames_in_pic_order_cnt_cycle=%u\n", num_ref_frames_in_pic_order_cnt_cycle);
Debug("\tnum_ref_frames=%u\n", num_ref_frames);
Debug("\tchroma_format_idc=%u\n", chroma_format_idc);
Debug("\tgaps_in_frame_num_value_allowed_flag=%u\n", gaps_in_frame_num_value_allowed_flag);
Debug("\tpic_width_in_mbs_minus1=%u\n", pic_width_in_mbs_minus1);
Debug("\tpic_height_in_map_units_minus1=%u\n", pic_height_in_map_units_minus1);
Expand Down

0 comments on commit 96c9d0e

Please sign in to comment.