Changeset 1484 in SHVCSoftware for branches/SHM-dev/source/Lib


Ignore:
Timestamp:
22 Oct 2015, 14:57:42 (9 years ago)
Author:
seregin
Message:

add a check that reference layer active SPS (specified by sps_scaling_list_ref_layer_id or pps_scaling_list_ref_layer_id) shall have scaling_list_enabled_flag equal to 1, it was decided at Geneva V meeting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1482 r1484  
    483483      }
    484484
     485      // reference layer active SPS (specified by sps_scaling_list_ref_layer_id or pps_scaling_list_ref_layer_id) shall have scaling_list_enabled_flag equal to 1.
     486      assert( refSps->getScalingListFlag() == true );
     487
    485488      // It is a requirement of bitstream conformance that, when an SPS with nuh_layer_id equal to nuhLayerIdA is active for a layer with nuh_layer_id equal to nuhLayerIdB and
    486489      // sps_infer_scaling_list_flag in the SPS is equal to 1, sps_infer_scaling_list_flag shall be equal to 0 for the SPS that is active for the layer with nuh_layer_id equal to sps_scaling_list_ref_layer_id
Note: See TracChangeset for help on using the changeset viewer.