Changeset 769 in 3DVCSoftware for branches/HTM-9.2-dev0/source/App
- Timestamp:
- 13 Jan 2014, 08:05:57 (11 years ago)
- Location:
- branches/HTM-9.2-dev0/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.2-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r768 r769 1743 1743 * This permits the ability to omit a GOP structure specification */ 1744 1744 #if H_MV 1745 if (m_iIntraPeriod[layer] == 1 && m_GOPList[0].m_POC == -1) 1746 { 1745 if (m_iIntraPeriod[layer] == 1 && m_GOPList[0].m_POC == -1) { 1747 1746 #else 1748 1747 if (m_iIntraPeriod == 1 && m_GOPList[0].m_POC == -1) { … … 1773 1772 Int numOK=0; 1774 1773 #if H_MV 1774 xConfirmPara( m_iIntraPeriod[layer] >=0&&(m_iIntraPeriod[layer]%m_iGOPSize!=0), "Intra period must be a multiple of GOPSize, or -1" ); 1775 #else 1775 1776 xConfirmPara( m_iIntraPeriod >=0&&(m_iIntraPeriod%m_iGOPSize!=0), "Intra period must be a multiple of GOPSize, or -1" ); 1776 #else1777 xConfirmPara( m_iIntraPeriod[layer] >=0&&(m_iIntraPeriod[layer]%m_iGOPSize!=0), "Intra period must be a multiple of GOPSize, or -1" );1778 1777 #endif 1779 1778 -
branches/HTM-9.2-dev0/source/App/TAppEncoder/TAppEncTop.cpp
r768 r769 208 208 209 209 m_cTEncTop.setIvPicLists ( &m_ivPicLists ); 210 // H_MV210 #endif // H_MV 211 211 m_cTEncTop.setVPS(&vps); 212 212 … … 1945 1945 } 1946 1946 #endif 1947 #endif 1947 1948 1948 //! \}
Note: See TracChangeset for help on using the changeset viewer.