Skip to content

Fix cfg files for field coding

JVET-S0138 was implemented in VTM10.0. Accordingly, a new cfg parameter “FrameOnlyConstraintFlag” is added with default value 1. Decoder throws below CHECK error when sps_field_seq_flag is set to 1 during field coding. It is suggest to add "FrameOnlyConstraintFlag : 0" in the field coding cfg files. There is no change of source. The attachment shows that decoder did not throw CHECK error after this change.

CHECK( pcSPS->getProfileTierLevel()->getFrameOnlyConstraintFlag() && uiCode, "When ptl_frame_only_constraint_flag equal to 1 , the value of sps_field_seq_flag shall be equal to 0");

dec.log

Merge request reports