Changeset 245 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
30 May 2013, 02:09:16 (12 years ago)
Author:
seregin
Message:

add config parameter for scalability_mask update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r238 r245  
    515515        {
    516516          pcEPic->setSpatialEnhLayerFlag( true );
     517
     518          //only for scalable extension
     519          assert( m_cVPS.getScalabilityMask(1) == true );
    517520        }
    518521      }
     
    543546        {
    544547          rpcPic->setSpatialEnhLayerFlag( true );
     548
     549          //only for scalable extension
     550          assert( m_cVPS.getScalabilityMask(1) == true );
    545551        }
    546552      }
Note: See TracChangeset for help on using the changeset viewer.