Changeset 662 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 10 Apr 2014, 02:02:07 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r657 r662 2183 2183 #endif 2184 2184 #if REPN_FORMAT_IN_VPS 2185 #if Q0195_REP_FORMAT_CLEANUP 2186 , m_repFormatIdxPresentFlag (false) 2187 #else 2185 2188 , m_repFormatIdxPresentFlag (true) 2189 #endif 2186 2190 , m_vpsNumRepFormats (1) 2187 2191 #endif -
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r652 r662 225 225 #define O0096_REP_FORMAT_INDEX 1 ///< JCTVC-O0096: identify SPS rep_format() with an index into the lists of formats in VPS extension. 226 226 #define O0096_DEFAULT_DEPENDENCY_TYPE 1 ///< JCTVC-O0096: specify default dependency type for all direct reference layers 227 228 #define Q0195_REP_FORMAT_CLEANUP 1 ///< JCTVC-Q0195: restructureing of rep_format() signaling 229 #define REP_FORMAT_FIX 1 ///< update_rep_format_flag should be inferred to be equal to 0 227 230 228 231 #define RESAMPLING_CONSTRAINT_BUG_FIX 1
Note: See TracChangeset for help on using the changeset viewer.