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/TLibEncoder/TEncCavlc.cpp

    r1386 r1392  
    14281428    for( Int j = 0; j  <=  vps->getMaxSubLayersInLayerSetMinus1( currLsIdx ); j++ )
    14291429    { 
     1430#if NH_3D_FIX_TICKET_114
     1431      if( j > 0  &&  dpbSize->getSubLayerFlagInfoPresentFlag( i )  ) 
     1432#else
    14301433      if( j > 0  &&  dpbSize->getSubLayerDpbInfoPresentFlag( i, j )  ) 
     1434#endif
    14311435      {
    14321436        WRITE_FLAG( dpbSize->getSubLayerDpbInfoPresentFlag( i, j ) ? 1 : 0 , "sub_layer_dpb_info_present_flag" );
Note: See TracChangeset for help on using the changeset viewer.