Ignore:
Timestamp:
6 May 2013, 02:27:54 (12 years ago)
Author:
zhang
Message:

Remove the three warnings of D0177

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev2-Qualcomm/source/App/TAppEncoder/TAppEncCfg.cpp

    r373 r377  
    922922#if H3D_IVRP
    923923#if QC_ARP_D0177
    924   xConfirmPara     ( m_nUseAdvResPred < 0 || m_nUseAdvResPred > 1 , "0<=ARP<=1" );
     924  xConfirmPara    ( m_nUseAdvResPred > 1 , "0<=ARP<=1" );
    925925#else
    926926  xConfirmPara    ( m_uiMultiviewResPredMode > 1,                                     "MultiviewResPred must be less than or equal to 1" );
Note: See TracChangeset for help on using the changeset viewer.