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


Ignore:
Timestamp:
11 Jan 2014, 02:47:53 (11 years ago)
Author:
seregin
Message:

JCTVC-O0135. Patch was provided by Yongjin Cho <choyongjin@…>

File:
1 edited

Legend:

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

    r544 r545  
    12531253        for(j = 0; j < vps->getNumLayersInIdList(lsIdx); j++)
    12541254        {
     1255#if O0135_DEFAULT_ONE_OUT_SEMANTIC
     1256          vps->setOutputLayerFlag(i, j, (j == (vps->getNumLayersInIdList(lsIdx)-1)) && (vps->getDimensionId(j,1)==0) );
     1257#else
    12551258          vps->setOutputLayerFlag(i, j, (j == (vps->getNumLayersInIdList(lsIdx)-1)));
     1259#endif
    12561260        }
    12571261      }
Note: See TracChangeset for help on using the changeset viewer.