Changeset 954 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
5 Jan 2015, 20:07:57 (11 years ago)
Author:
seregin
Message:

R0124, conformance check for vps_max_layers_minus1, provided by BYEONG-DOO CHOI <b.d.choi@…>

File:
1 edited

Legend:

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

    r951 r954  
    12171217  READ_CODE( 6,  uiCode,  "vps_max_layers_minus1" );              pcVPS->setMaxLayers( uiCode + 1 );
    12181218#endif
     1219  assert(pcVPS->getBaseLayerInternalFlag() || pcVPS->getMaxLayers() > 1);
    12191220#else
    12201221  READ_CODE( 6,  uiCode,  "vps_reserved_zero_6bits" );            assert(uiCode == 0);
Note: See TracChangeset for help on using the changeset viewer.