Changeset 1500 in SHVCSoftware
- Timestamp:
- 9 Dec 2015, 19:20:14 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r1487 r1500 86 86 { 87 87 #if SCALABLE_REXT 88 if( chromaFormatIdc == 3)88 if( chromaFormatIdc == CHROMA_444 ) 89 89 { 90 90 phaseVerChroma = 0; -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1499 r1500 3274 3274 #endif 3275 3275 3276 if( repFormat->getChromaFormatVpsIdc() == 3)3276 if( repFormat->getChromaFormatVpsIdc() == CHROMA_444 ) 3277 3277 { 3278 3278 READ_FLAG( uiCode, "separate_colour_plane_vps_flag" ); repFormat->setSeparateColourPlaneVpsFlag( uiCode ? true : false );
Note: See TracChangeset for help on using the changeset viewer.