Skip to content
Snippets Groups Projects
Commit ddceca6f authored by Brian Heng's avatar Brian Heng
Browse files

Fix mismatches in SPS/PPS syntax ordering:

  - Move the following SPS syntax elements:
      sps_log2_ctu_size_minus5
      sps_idr_rpl_present_flag
      sps_bdof_pic_present_flag
      sps_smvd_enabled_flag
      sps_dmvr_pic_present_flag
      sps_isp_enabled_flag
      sps_mip_enabled_flag
      sps_sbt_enabled_flag
      sps_lfnst_enabled_flag
      sps_affine_amvr_enabled_flag
      sps_affine_prof_enabled_flag
      sps_prof_pic_present_flag
      sps_bcw_enabled_flag

  - Move the following PPS syntax elements:
      entropy_coding_sync_enabled_flag
      constant_slice_header_params

  - Add missing monochrome conditions for the following SPS syntax elements:
      qtbtt_dual_tree_intra_flag
      sps_cclm_enabled_flag

  - Add missing sps_mrl_enabled_flag and associated behavior.

  - Remove transquant_bypass_enabled_flag from PPS.
parent 0e27375b
No related branches found
No related tags found
No related merge requests found
Showing
with 208 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment