Changeset 207 in 3DVCSoftware
- Timestamp:
- 10 Dec 2012, 18:21:28 (12 years ago)
- 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 111 111 newPicture[i] = false; 112 112 #if FLEX_CODING_ORDER_M23723 113 #if FIX_FCO_COMP_WARNING 114 m_fcoOrder[i] = ' '; 115 #else 113 116 m_fcoOrder[i]=NULL; 117 #endif 114 118 #endif 115 119 -
branches/HTM-5.0-dev0/source/Lib/TLibCommon/TypeDef.h
r204 r207 47 47 #define FIX_DEL_NULLPTR 1 48 48 #define FIX_MISUSE_REFINDEX 1 49 #define FIX_FCO_COMP_WARNING 1 49 50 #define DV_V_RESTRICTION_B0037 1 // JCT3V-B0037 disparity vector vertical range restriction 50 51 … … 63 64 64 65 // FCO 65 #define FLEX_CODING_ORDER_M23723 066 #define FLEX_CODING_ORDER_M23723 1 66 67 #if FLEX_CODING_ORDER_M23723 67 68 #define DISABLE_FCO_FOR_VSO 0 // Optional compile settings to disable VSO with FCO.
Note: See TracChangeset for help on using the changeset viewer.