Ignore:
Timestamp:
16 Aug 2013, 03:46:37 (11 years ago)
Author:
lg
Message:
  • minor fix of coding style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev2-LG/source/Lib/TLibDecoder/TDecCu.cpp

    r571 r575  
    490490#if LGE_INTER_SDC_E0156
    491491      if( m_ppcCU[uiDepth]->getInterSDCFlag( 0 ) )
     492      {
    492493        xReconInterSDC( m_ppcCU[uiDepth], uiAbsPartIdx, uiDepth );
     494      }
    493495      else
     496      {
    494497#endif
    495498      xReconInter( m_ppcCU[uiDepth], uiDepth );
     499#if LGE_INTER_SDC_E0156
     500      }
     501#endif
    496502      break;
    497503    case MODE_INTRA:
Note: See TracChangeset for help on using the changeset viewer.