Skip to content

Fix!36: JCTVC-AM0024: Illustration of the shutter interval info SEI message in HEVC Draft

FANGJUN PU requested to merge tlu/HM:SII_Process_Fix36 into master

This merge request is used to solve the issues in previous merge request!36: !36 (merged)

Including the following changes:

  1. change "bool" to "Bool", "double" to "Double" for HM consistency.

  2. solve the crash issue when using "-c cfg/encoder_intra_main.cfg". SII-SEI processing does not support all intra test condition (specifically, not support single temporal layer and single frame in DPB). This solution disables SII-SEI processing for this case and add warning info for single temporal layer and single frame in DPB case.

  3. add warning info if the input parameter SEISiiInputNumUnitsInShutterInterval does not satisfy SII-SEI processing requirement (Input number of units in Sii SEI should be greater than 1 and number of LFR units should be 2 times of number of HFR units)

Merge request reports