Ignore:
Timestamp:
28 Oct 2015, 19:15:08 (9 years ago)
Author:
tech
Message:

Align macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComPicYuv.cpp

    r1360 r1362  
    108108  // initialize pointers for unused components to NULL
    109109  for(UInt comp=getNumberValidComponents();comp<MAX_NUM_COMPONENT; comp++)
    110     {
    111     }
     110  {
     111    m_apiPicBuf[comp] = NULL;
     112    m_piPicOrg[comp]  = NULL;
     113  }
    112114
    113115  for(Int chan=0; chan<MAX_NUM_CHANNEL_TYPE; chan++)
Note: See TracChangeset for help on using the changeset viewer.