Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1360 r1373  
    152152 .
    153153 */
    154 
    155154#if NH_MV
    156 Void TAppDecTop::decode()
    157 {
     155Void TAppDecTop::decode( Int num )
     156{
     157  m_targetOptLayerSetIdx = m_targetOptLayerSetInd[ num ];
    158158  // create & initialize internal classes
    159159  xInitFileIO  ();
     
    213213
    214214#if !NH_MV
    215 Void TAppDecTop::decode()
     215Void TAppDecTop::decode( )
    216216{
    217217  Int                 poc;
     
    10921092    m_newVpsActivatedbyCurAu  = true; //TBD
    10931093    m_newVpsActivatedbyCurPic = true;
    1094 #if NH_3D
     1094#if NH_3D_VSO
    10951095    m_dpb.setVPS( m_vps );
    10961096#endif
     
    12561256  }
    12571257
    1258   if ( m_printVpsInfo  && ( m_decProcCvsg == ANNEX_F ) )
     1258  if ( m_printVpsInfo  && ( m_decProcCvsg == ANNEX_F ) && ( m_targetOptLayerSetIdx == m_targetOptLayerSetInd[ 0 ] ) )
    12591259  {
    12601260    m_vps->printScalabilityId();
     
    20032003      // - After all slices of the current picture have been decoded, the decoding process for ending the decoding of a
    20042004      //   coded picture with nuh_layer_id greater than 0 specified in clause F.8.1.6 is invoked.
    2005       xF816decProcEndDecOfCodPicLIdGrtZero( );
     2005      xF816decProcEndDecOfCodPicLIdGrtZero( );     
    20062006    }
    20072007
Note: See TracChangeset for help on using the changeset viewer.