Changeset 1366 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
22 Jul 2015, 04:32:08 (10 years ago)
Author:
seregin
Message:

port rev 4483 and fixes for previous revisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r1356 r1366  
    20252025  Int                        m_iAssociatedIRAP;
    20262026  NalUnitType                m_iAssociatedIRAPType;
    2027   TComReferencePictureSet*   m_pcRPS;
     2027  const TComReferencePictureSet*   m_pcRPS;
    20282028  TComReferencePictureSet    m_LocalRPS;
    20292029  Int                        m_iBDidx;
     
    21702170  Void                        setSaoEnabledFlag(ChannelType chType, Bool s)          {m_saoEnabledFlag[chType] =s;                                   }
    21712171  Bool                        getSaoEnabledFlag(ChannelType chType) const            { return m_saoEnabledFlag[chType];                              }
    2172   Void                        setRPS( TComReferencePictureSet *pcRPS )               { m_pcRPS = pcRPS;                                              }
    2173   TComReferencePictureSet*    getRPS()                                               { return m_pcRPS;                                               }
     2172  Void                        setRPS( const TComReferencePictureSet *pcRPS )         { m_pcRPS = pcRPS;                                              }
     2173  const TComReferencePictureSet*    getRPS()                                               { return m_pcRPS;                                               }
    21742174  TComReferencePictureSet*    getLocalRPS()                                          { return &m_LocalRPS;                                           }
    21752175
Note: See TracChangeset for help on using the changeset viewer.