Changeset 1187 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 03:38:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1185 r1187 1277 1277 pcSlice->setRPS(rps); 1278 1278 } 1279 #if N0065_LAYER_POC_ALIGNMENT1279 #if SVC_EXTENSION 1280 1280 #if O0062_POC_LSB_NOT_PRESENT_FLAG 1281 1281 if( ( pcSlice->getLayerId() > 0 && !pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdxInVps(pcSlice->getLayerId())) ) || !pcSlice->getIdrPicFlag() ) … … 1288 1288 { 1289 1289 READ_CODE(sps->getBitsForPOC(), uiCode, "pic_order_cnt_lsb"); 1290 #if SVC_EXTENSION 1290 1291 #if POC_RESET_IDC_DECODER 1291 1292 pcSlice->setPicOrderCntLsb( uiCode ); 1292 1293 #endif 1293 #if SVC_EXTENSION1294 1294 iPOClsb = uiCode; 1295 1295 #else … … 1322 1322 pcSlice->setPOC (iPOCmsb+iPOClsb); 1323 1323 1324 #if N0065_LAYER_POC_ALIGNMENT1324 #if SVC_EXTENSION 1325 1325 } 1326 1326 #if POC_RESET_IDC_DECODER
Note: See TracChangeset for help on using the changeset viewer.