Changeset 824 in SHVCSoftware for branches/SHM-dev


Ignore:
Timestamp:
9 Jul 2014, 05:13:22 (10 years ago)
Author:
seregin
Message:

add memory release

Location:
branches/SHM-dev/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r823 r824  
    20632063  }
    20642064
     2065#if BITRATE_PICRATE_SIGNALLING
     2066  if( MaxSubLayersInLayerSetMinus1 )
     2067  {
     2068    delete [] MaxSubLayersInLayerSetMinus1;
     2069  }
     2070#endif
     2071
    20652072  // Infer values when not signalled
    20662073  for(Int i = 1; i < vps->getNumOutputLayerSets(); i++)
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r823 r824  
    14501450    }
    14511451  }
     1452
     1453#if BITRATE_PICRATE_SIGNALLING
     1454  if( MaxSubLayersInLayerSetMinus1 )
     1455  {
     1456    delete [] MaxSubLayersInLayerSetMinus1;
     1457  }
     1458#endif
    14521459}
    14531460#endif
Note: See TracChangeset for help on using the changeset viewer.