Ignore:
Timestamp:
15 Nov 2013, 22:47:32 (11 years ago)
Author:
seregin
Message:

signal poc_lsb_not_present_flag for each layer in VPS extension (JCTVC-O0062) with macro O0062_POC_LSB_NOT_PRESENT_FLAG, patch was provided by Takeshi Tsukuba <tsukuba.takeshi@…>

File:
1 edited

Legend:

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

    r475 r479  
    566566  Bool       m_maxOneActiveRefLayerFlag;
    567567#endif
     568#if O0062_POC_LSB_NOT_PRESENT_FLAG
     569  Bool       m_pocLsbNotPresentFlag[MAX_VPS_LAYER_ID_PLUS1];
     570#endif
    568571#if N0147_IRAP_ALIGN_FLAG
    569572  Bool       m_crossLayerIrapAlignFlag;
     
    779782  Bool   getMaxOneActiveRefLayerFlag()                                          { return m_maxOneActiveRefLayerFlag;                      }
    780783  Void   setMaxOneActiveRefLayerFlag(Bool x)                                    { m_maxOneActiveRefLayerFlag = x;                         }
    781 #endif
     784#endif
     785#if O0062_POC_LSB_NOT_PRESENT_FLAG
     786  UInt   getPocLsbNotPresentFlag(Int i)                                         { return m_pocLsbNotPresentFlag[i]; }
     787  Void   setPocLsbNotPresentFlag(Int i, Bool x)                                 { m_pocLsbNotPresentFlag[i] = x;    }
     788#endif
    782789#if N0147_IRAP_ALIGN_FLAG
    783790  Bool   getCrossLayerIrapAlignFlag()                                           { return m_crossLayerIrapAlignFlag;                      }
Note: See TracChangeset for help on using the changeset viewer.