Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 11 Sep 2013, 14:40:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecTop.h
r608 r622 216 216 Int m_viewId; 217 217 TComPicLists* m_ivPicLists; 218 #if H_MV5 219 std::vector<TComPic*> m_refPicSetInterLayer0; 220 std::vector<TComPic*> m_refPicSetInterLayer1; 221 #else 218 222 std::vector<TComPic*> m_refPicSetInterLayer; 223 #endif 219 224 #if H_3D 220 225 Int m_viewIndex; … … 274 279 TComPic* xGetPic( Int layerId, Int poc ); 275 280 Bool xDecodeSlice(InputNALUnit &nalu, Int &iSkipFrame, Int iPOCLastDisplay, Bool newLayerFlag ); 281 #if H_MV5 282 Void xResetPocInPicBuffer(); 283 #endif 276 284 #else 277 285 Bool xDecodeSlice(InputNALUnit &nalu, Int &iSkipFrame, Int iPOCLastDisplay);
Note: See TracChangeset for help on using the changeset viewer.