Ignore:
Timestamp:
26 Sep 2013, 10:32:02 (11 years ago)
Author:
ericsson
Message:

Scalability mask modification JCT3V-E0104 (Ericsson, A. Norkin)

File:
1 edited

Legend:

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

    r389 r405  
    520520
    521521            //only for scalable extension
     522#if SCALABILITY_MASK_E0104
     523            assert( m_cVPS.getScalabilityMask(2) == true );
     524#else
    522525            assert( m_cVPS.getScalabilityMask(1) == true );
     526#endif
    523527          }
    524528        }
     
    557561
    558562            //only for scalable extension
     563#if SCALABILITY_MASK_E0104
     564            assert( m_cVPS.getScalabilityMask(2) == true );
     565#else
    559566            assert( m_cVPS.getScalabilityMask(1) == true );
     567#endif
    560568          }
    561569        }
Note: See TracChangeset for help on using the changeset viewer.