Changeset 1192 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Jul 2015, 03:54:25 (10 years ago)
Author:
seregin
Message:

macro cleanup: R0157_RESTRICT_PPSID_FOR_CGS_LUT, Q0182_MULTI_LAYER_HRD_UPDATE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1190 r1192  
    447447            if( pcPPS->getCGSFlag() )
    448448            {
    449 #if R0157_RESTRICT_PPSID_FOR_CGS_LUT
    450449              // when pps_pic_parameter_set_id greater than or equal to 8, colour_mapping_enabled_flag shall be equal to 0
    451450              assert( pcPPS->getPPSId() < 8 );
    452 #endif
     451
    453452              xParse3DAsymLUT( pc3DAsymLUT );
    454453              pcPPS->setCGSOutputBitDepthY( pc3DAsymLUT->getOutputBitDepthY() );
Note: See TracChangeset for help on using the changeset viewer.