Changeset 1108 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jul 2015, 21:03:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1107 r1108 1232 1232 { 1233 1233 #if SVC_EXTENSION 1234 #if CROSS_LAYER_BLA_FLAG_FIX1235 1234 Int iBits = 0; 1236 1235 if(pcSlice->getPPS()->getNumExtraSliceHeaderBits() > iBits) 1237 #else1238 if(pcSlice->getPPS()->getNumExtraSliceHeaderBits()>0)1239 #endif1240 1236 { 1241 1237 READ_FLAG(uiCode, "discardable_flag"); // ignored … … 1251 1247 } 1252 1248 #endif 1253 #if CROSS_LAYER_BLA_FLAG_FIX1254 1249 iBits++; 1255 #endif 1256 } 1257 #if CROSS_LAYER_BLA_FLAG_FIX 1250 } 1251 1258 1252 if(pcSlice->getPPS()->getNumExtraSliceHeaderBits() > iBits) 1259 1253 { … … 1261 1255 iBits++; 1262 1256 } 1257 1263 1258 for ( ; iBits < pcSlice->getPPS()->getNumExtraSliceHeaderBits(); iBits++) 1264 #else1265 for (Int i = 1; i < pcSlice->getPPS()->getNumExtraSliceHeaderBits(); i++)1266 #endif1267 1259 { 1268 1260 READ_FLAG(uiCode, "slice_reserved_undetermined_flag[]"); // ignored
Note: See TracChangeset for help on using the changeset viewer.