Changeset 1084 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 26 Mar 2015, 01:03:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1070 r1084 2038 2038 else 2039 2039 { 2040 if( layer == 0 ) 2041 { 2042 m_profileList[0] = Profile::Name(extendedProfile[0]); 2043 } 2044 2040 2045 m_profileList[layerPTLIdx] = Profile::Name(extendedProfile[layerPTLIdx]); 2041 2046 } … … 3324 3329 assert(m_levelList[0] >= m_levelList[1]); //Level IDC of VpsProfileTierLevel[ 0 ] should not be less than level IDC of VpsProfileTierLevel[ 1 ]. 3325 3330 //NOTE that this is not conformance constraint but it would be nice if our encoder can prevent inefficient level IDC assignment 3326 if (m_levelList[0] == m_levelList[1]) printf("Warning: Level0 is set the same as Level1\n"); 3331 if (m_levelList[0] == m_levelList[1]) 3332 { 3333 printf("Warning: Level0 is set the same as Level1\n"); 3334 } 3327 3335 } 3328 3336 #else
Note: See TracChangeset for help on using the changeset viewer.