Changeset 11 in SHVCSoftware for trunk/source/Lib/TLibEncoder/TEncSlice.cpp
- Timestamp:
- 28 Jan 2013, 21:06:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncSlice.cpp
r2 r11 192 192 rpcSlice->setSliceBits(0); 193 193 rpcSlice->setPic( pcPic ); 194 #if SET_SLICE_LAYER_ID 195 rpcSlice->initSlice( pcPic->getLayerId() ); 196 #else 194 197 rpcSlice->initSlice(); 198 #endif 195 199 rpcSlice->setPicOutputFlag( true ); 196 200 rpcSlice->setPOC( uiPOCCurr ); 197 201 198 #if SVC_EXTENSION 202 #if SVC_EXTENSION && !SET_SLICE_LAYER_ID 199 203 rpcSlice->setLayerId( pcPic->getLayerId()); 200 204 #endif
Note: See TracChangeset for help on using the changeset viewer.