Changeset 1084 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
26 Mar 2015, 01:03:53 (10 years ago)
Author:
seregin
Message:

fix for the sample and motion prediction flags, problem was reported by Yong He <Yong.He@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r1070 r1084  
    20382038    else
    20392039    {
     2040      if( layer == 0 )
     2041      {
     2042        m_profileList[0] = Profile::Name(extendedProfile[0]);
     2043      }
     2044
    20402045      m_profileList[layerPTLIdx] = Profile::Name(extendedProfile[layerPTLIdx]);
    20412046    }
     
    33243329    assert(m_levelList[0] >= m_levelList[1]);            //Level IDC of VpsProfileTierLevel[ 0 ] should not be less than level IDC of VpsProfileTierLevel[ 1 ].
    33253330                                                         //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    }
    33273335  }
    33283336#else
Note: See TracChangeset for help on using the changeset viewer.