Ignore:
Timestamp:
5 Feb 2014, 12:28:40 (10 years ago)
Author:
rwth
Message:
  • fixed bracketing
  • removed global variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibCommon/TComDataCU.cpp

    r817 r821  
    24322432  // DBBP is a texture coding tool
    24332433  if( getSlice()->getIsDepth() )
     2434  {
    24342435    return NULL;
     2436  }
    24352437 
    24362438#if H_3D_FCO
     
    24542456   
    24552457    if( baseDepthPic == NULL || baseDepthPic->getPicYuvRec() == NULL )
     2458    {
    24562459      return NULL;
     2460    }
    24572461   
    24582462    depthPicYuv   = baseDepthPic->getPicYuvRec();
     
    59395943#if H_3D_DBBP
    59405944  if( getDBBPFlag(0) )
     5945  {
    59415946    return true;
     5947  }
    59425948#endif
    59435949
Note: See TracChangeset for help on using the changeset viewer.