Changeset 1192 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 03:54:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1190 r1192 447 447 if( pcPPS->getCGSFlag() ) 448 448 { 449 #if R0157_RESTRICT_PPSID_FOR_CGS_LUT450 449 // when pps_pic_parameter_set_id greater than or equal to 8, colour_mapping_enabled_flag shall be equal to 0 451 450 assert( pcPPS->getPPSId() < 8 ); 452 #endif 451 453 452 xParse3DAsymLUT( pc3DAsymLUT ); 454 453 pcPPS->setCGSOutputBitDepthY( pc3DAsymLUT->getOutputBitDepthY() );
Note: See TracChangeset for help on using the changeset viewer.