Changeset 914 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 4 Nov 2014, 22:08:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r908 r914 548 548 if( pcPPS->getCGSFlag() ) 549 549 { 550 #if R0157_RESTRICT_PPSID_FOR_CGS_LUT 551 // when pps_pic_parameter_set_id greater than or equal to 8, colour_mapping_enabled_flag shall be equal to 0 552 assert( pcPPS->getPPSId() < 8 ); 553 #endif 550 554 xParse3DAsymLUT( pc3DAsymLUT ); 551 555 pcPPS->setCGSOutputBitDepthY( pc3DAsymLUT->getOutputBitDepthY() );
Note: See TracChangeset for help on using the changeset viewer.