Changeset 363 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 22 Aug 2013, 03:38:20 (11 years ago)
- Location:
- branches/SHM-3.1-dev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev
- Property svn:mergeinfo changed
/branches/SHM-3.0-dev merged: 350-351,357-360
- Property svn:mergeinfo changed
-
branches/SHM-3.1-dev/source
- Property svn:mergeinfo changed
/branches/SHM-3.0-dev/source merged: 357-360
- Property svn:mergeinfo changed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r345 r363 525 525 #endif 526 526 } 527 527 #ifdef SPS_PTL_FIX 528 if ( pcSPS->getLayerId() == 0) 529 { 530 parsePTL(pcSPS->getPTL(), 1, pcSPS->getMaxTLayers() - 1); 531 } 532 #else 528 533 parsePTL(pcSPS->getPTL(), 1, pcSPS->getMaxTLayers() - 1); 534 #endif 535 529 536 READ_UVLC( uiCode, "sps_seq_parameter_set_id" ); pcSPS->setSPSId( uiCode ); 530 537 assert(uiCode <= 15);
Note: See TracChangeset for help on using the changeset viewer.