Changeset 936 in SHVCSoftware
- Timestamp:
- 26 Dec 2014, 20:25:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/TDecCAVLC.cpp
r926 r936 707 707 { 708 708 READ_CODE( 3, uiCode, "sps_ext_or_max_sub_layers_minus1" ); uiTmp = uiCode; 709 710 if( uiTmp != 7 ) 711 { 712 pcSPS->setMaxTLayers(uiTmp + 1); 713 } 709 714 } 710 715
Note: See TracChangeset for help on using the changeset viewer.