Ignore:
Timestamp:
17 Nov 2015, 20:34:03 (8 years ago)
Author:
tech
Message:
  • Cleanups.
  • Fix of memory leak.
  • Fix for ticket 114.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.0-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1386 r1392  
    21352135    for( Int j = 0; j  <=  vps->getMaxSubLayersInLayerSetMinus1( currLsIdx ); j++ )
    21362136    { 
     2137#if NH_3D_FIX_TICKET_114
     2138      if( j > 0  &&  dpbSize.getSubLayerFlagInfoPresentFlag( i )  ) 
     2139#else
    21372140      if( j > 0  &&  dpbSize.getSubLayerDpbInfoPresentFlag( i, j )  ) 
     2141#endif
    21382142      {
    21392143        READ_FLAG( uiCode, "sub_layer_dpb_info_present_flag" ); dpbSize.setSubLayerDpbInfoPresentFlag( i, j, uiCode == 1 );
Note: See TracChangeset for help on using the changeset viewer.