Changeset 824 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 9 Jul 2014, 05:13:22 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r823 r824 2063 2063 } 2064 2064 2065 #if BITRATE_PICRATE_SIGNALLING 2066 if( MaxSubLayersInLayerSetMinus1 ) 2067 { 2068 delete [] MaxSubLayersInLayerSetMinus1; 2069 } 2070 #endif 2071 2065 2072 // Infer values when not signalled 2066 2073 for(Int i = 1; i < vps->getNumOutputLayerSets(); i++) -
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r823 r824 1450 1450 } 1451 1451 } 1452 1453 #if BITRATE_PICRATE_SIGNALLING 1454 if( MaxSubLayersInLayerSetMinus1 ) 1455 { 1456 delete [] MaxSubLayersInLayerSetMinus1; 1457 } 1458 #endif 1452 1459 } 1453 1460 #endif
Note: See TracChangeset for help on using the changeset viewer.