Changeset 381 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 5 Sep 2013, 23:01:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r377 r381 971 971 { 972 972 READ_CODE( 3, uiCode, "max_sublayer_for_ilp_plus1[i]" ); vps->setMaxSublayerForIlpPlus1(i, uiCode); 973 assert( uiCode <= vps->getMaxTLayers() );973 assert( uiCode <= vps->getMaxTLayers()+ 1 ); 974 974 } 975 975 }
Note: See TracChangeset for help on using the changeset viewer.