Changeset 76 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder
- Timestamp:
- 11 Mar 2013, 23:29:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncSlice.cpp
r54 r76 188 188 rpcSlice->setSliceBits(0); 189 189 rpcSlice->setPic( pcPic ); 190 #if S ET_SLICE_LAYER_ID190 #if SVC_EXTENSION 191 191 rpcSlice->initSlice( pcPic->getLayerId() ); 192 192 #else … … 195 195 rpcSlice->setPicOutputFlag( true ); 196 196 rpcSlice->setPOC( pocCurr ); 197 #if SVC_EXTENSION && !SET_SLICE_LAYER_ID198 rpcSlice->setLayerId( pcPic->getLayerId());199 #endif200 197 201 198 // depth computation based on GOP size
Note: See TracChangeset for help on using the changeset viewer.