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


Ignore:
Timestamp:
9 Dec 2015, 19:20:14 (10 years ago)
Author:
seregin
Message:

replace 3 with CHROMA_444

File:
1 edited

Legend:

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

    r1499 r1500  
    32743274#endif
    32753275
    3276     if( repFormat->getChromaFormatVpsIdc() == 3 )
     3276    if( repFormat->getChromaFormatVpsIdc() == CHROMA_444 )
    32773277    {
    32783278      READ_FLAG( uiCode, "separate_colour_plane_vps_flag" );       repFormat->setSeparateColourPlaneVpsFlag( uiCode ? true : false );
Note: See TracChangeset for help on using the changeset viewer.