Ignore:
Timestamp:
21 Oct 2013, 21:26:44 (12 years ago)
Author:
tech
Message:

Fixed minor issues, introduced by update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncCu.cpp

    r653 r654  
    10041004#endif
    10051005        // do normal intra modes
    1006 #if H_3D_DIM_ENC
    1007         if (( rpcBestCU->getSlice()->getIsDepth() && rpcBestCU->getSlice()->isIRAP() ) )
    1008         {
    1009 #endif
    1010        
     1006       
    10111007          // speedup for inter frames
    10121008          if( rpcBestCU->getSlice()->getSliceType() == I_SLICE ||
     
    10601056            }
    10611057          }
    1062 #if H_3D_DIM_ENC
    1063         }
    1064 #endif
    10651058        // test PCM
    10661059        if(pcPic->getSlice(0)->getSPS()->getUsePCM()
Note: See TracChangeset for help on using the changeset viewer.