Changeset 446 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 8 Nov 2013, 02:13:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r442 r446 1607 1607 pcSlice->setSliceSegmentCurStartCUAddr ( startCUAddrSlice ); 1608 1608 pcSlice->setSliceBits(0); 1609 #if SVC_EXTENSION 1610 // copy reference list modification info from the first slice, assuming that this information is the same across all slices in the picture 1611 memcpy( pcSlice->getRefPicListModification(), pcPic->getSlice(0)->getRefPicListModification(), sizeof(TComRefPicListModification) ); 1612 #endif 1609 1613 uiNumSlices ++; 1610 1614 }
Note: See TracChangeset for help on using the changeset viewer.