Changeset 923 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 14 Nov 2014, 12:22:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r914 r923 770 770 { 771 771 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 } 772 776 } 773 777 #endif
Note: See TracChangeset for help on using the changeset viewer.