Changeset 439 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 17 Oct 2013, 11:52:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r431 r439 1275 1275 // colour_plane_id u(2) 1276 1276 1277 #if N0065_LAYER_POC_ALIGNMENT 1278 if( pcSlice->getLayerId() > 0 || !pcSlice->getIdrPicFlag() ) 1279 #else 1277 1280 if( !pcSlice->getIdrPicFlag() ) 1281 #endif 1278 1282 { 1279 1283 #if POC_RESET_FLAG … … 1291 1295 #endif 1292 1296 WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb"); 1297 1298 #if N0065_LAYER_POC_ALIGNMENT 1299 if( !pcSlice->getIdrPicFlag() ) 1300 { 1301 #endif 1293 1302 TComReferencePictureSet* rps = pcSlice->getRPS(); 1294 1303 … … 1405 1414 WRITE_FLAG( pcSlice->getEnableTMVPFlag() ? 1 : 0, "slice_temporal_mvp_enable_flag" ); 1406 1415 } 1416 #if N0065_LAYER_POC_ALIGNMENT 1417 } 1418 #endif 1407 1419 } 1408 1420
Note: See TracChangeset for help on using the changeset viewer.