Changeset 207 in 3DVCSoftware


Ignore:
Timestamp:
10 Dec 2012, 18:21:28 (12 years ago)
Author:
tech
Message:

Re-enabled FCO, Fixed compiler warning.

Location:
branches/HTM-5.0-dev0/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.0-dev0/source/App/TAppDecoder/TAppDecTop.cpp

    r202 r207  
    111111    newPicture[i] = false;
    112112#if FLEX_CODING_ORDER_M23723
     113#if  FIX_FCO_COMP_WARNING
     114    m_fcoOrder[i] = ' ';
     115#else
    113116    m_fcoOrder[i]=NULL;
     117#endif
    114118#endif
    115119
  • branches/HTM-5.0-dev0/source/Lib/TLibCommon/TypeDef.h

    r204 r207  
    4747#define FIX_DEL_NULLPTR                   1
    4848#define FIX_MISUSE_REFINDEX               1
     49#define FIX_FCO_COMP_WARNING              1
    4950#define DV_V_RESTRICTION_B0037            1   // JCT3V-B0037 disparity vector vertical range restriction
    5051
     
    6364
    6465// FCO
    65 #define FLEX_CODING_ORDER_M23723          0
     66#define FLEX_CODING_ORDER_M23723          1
    6667#if FLEX_CODING_ORDER_M23723
    6768  #define DISABLE_FCO_FOR_VSO             0 // Optional compile settings to disable VSO with FCO.
Note: See TracChangeset for help on using the changeset viewer.