Changeset 453 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Nov 2013, 07:35:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp ¶
r452 r453 1207 1207 if ( !pcSlice->getDependentSliceSegmentFlag() ) 1208 1208 { 1209 1209 #if SVC_EXTENSION 1210 1210 #if POC_RESET_FLAG 1211 1211 Int iBits = 0; … … 1227 1227 } 1228 1228 #else 1229 #if SH_DISCARDABLE_FLAG1230 1229 if (pcSlice->getPPS()->getNumExtraSliceHeaderBits()>0) 1231 1230 { … … 1238 1237 WRITE_FLAG(0, "slice_reserved_undetermined_flag[]"); 1239 1238 } 1240 #else 1239 #endif 1240 #else //SVC_EXTENSION 1241 1241 for (Int i = 0; i < pcSlice->getPPS()->getNumExtraSliceHeaderBits(); i++) 1242 1242 { … … 1244 1244 WRITE_FLAG(0, "slice_reserved_undetermined_flag[]"); 1245 1245 } 1246 #endif 1247 #endif 1246 #endif //SVC_EXTENSION 1248 1247 1249 1248 WRITE_UVLC( pcSlice->getSliceType(), "slice_type" );
Note: See TracChangeset for help on using the changeset viewer.