Changeset 1500 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 9 Dec 2015, 19:20:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.