Changeset 797 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 Jun 2014, 21:17:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncTop.cpp
r795 r797 810 810 811 811 //only for scalable extension 812 #if SCALABILITY_MASK_E0104 813 assert( m_cVPS.getScalabilityMask(2) == true ); 814 #else 815 assert( m_cVPS.getScalabilityMask(1) == true ); 816 #endif 812 assert( m_cVPS.getScalabilityMask( SCALABILITY_ID ) == true ); 817 813 } 818 814 } … … 874 870 875 871 //only for scalable extension 876 #if SCALABILITY_MASK_E0104 877 assert( m_cVPS.getScalabilityMask(2) == true ); 878 #else 879 assert( m_cVPS.getScalabilityMask(1) == true ); 880 #endif 872 assert( m_cVPS.getScalabilityMask( SCALABILITY_ID ) == true ); 881 873 } 882 874 }
Note: See TracChangeset for help on using the changeset viewer.