Changeset 769 in 3DVCSoftware for branches/HTM-9.2-dev0/source/App


Ignore:
Timestamp:
13 Jan 2014, 08:05:57 (11 years ago)
Author:
tech
Message:

Further fixes.

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  
    17431743   * This permits the ability to omit a GOP structure specification */
    17441744#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) {
    17471746#else
    17481747  if (m_iIntraPeriod == 1 && m_GOPList[0].m_POC == -1) {
     
    17731772  Int numOK=0;
    17741773#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
    17751776xConfirmPara( m_iIntraPeriod >=0&&(m_iIntraPeriod%m_iGOPSize!=0), "Intra period must be a multiple of GOPSize, or -1" );
    1776 #else
    1777   xConfirmPara( m_iIntraPeriod[layer] >=0&&(m_iIntraPeriod[layer]%m_iGOPSize!=0), "Intra period must be a multiple of GOPSize, or -1" );
    17781777#endif
    17791778
  • branches/HTM-9.2-dev0/source/App/TAppEncoder/TAppEncTop.cpp

    r768 r769  
    208208
    209209    m_cTEncTop.setIvPicLists                   ( &m_ivPicLists );
    210   // H_MV
     210#endif  // H_MV
    211211  m_cTEncTop.setVPS(&vps);
    212212
     
    19451945}
    19461946#endif
    1947 #endif
     1947
    19481948//! \}
Note: See TracChangeset for help on using the changeset viewer.