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


Ignore:
Timestamp:
14 Nov 2014, 12:22:31 (11 years ago)
Author:
nokia
Message:

Port the STSA bug fix in HM to SHM.

File:
1 edited

Legend:

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

    r914 r923  
    770770  {
    771771    READ_CODE( 3,  uiCode, "sps_ext_or_max_sub_layers_minus1" );     uiTmp = uiCode;
     772    if(!( pcSPS->getLayerId() != 0 && uiTmp == 7 ))
     773    {
     774      pcSPS->setMaxTLayers(uiTmp+1);
     775    }
    772776  }
    773777#endif
Note: See TracChangeset for help on using the changeset viewer.