Changeset 1114 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
7 Jul 2015, 01:08:05 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0109_MOVE_VPS_VUI_FLAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1113 r1114  
    34583458  READ_FLAG( uiCode, "vps_vui_present_flag"); vps->setVpsVuiPresentFlag(uiCode ? true : false);
    34593459
    3460 #if O0109_MOVE_VPS_VUI_FLAG
    34613460  if ( vps->getVpsVuiPresentFlag() )
    3462 #else
    3463   READ_FLAG( uiCode,  "vps_vui_present_flag" );
    3464   if (uiCode)
    3465 #endif
    34663461  {
    34673462    while ( m_pcBitstream->getNumBitsRead() % 8 != 0 )
Note: See TracChangeset for help on using the changeset viewer.