Changeset 1183 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 03:11:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1182 r1183 1225 1225 if(pcSlice->getPPS()->getNumExtraSliceHeaderBits() > iBits) 1226 1226 { 1227 READ_FLAG(uiCode, "discardable_flag"); // ignored 1228 #if NON_REF_NAL_TYPE_DISCARDABLE 1227 READ_FLAG(uiCode, "discardable_flag"); 1229 1228 pcSlice->setDiscardableFlag( uiCode ? true : false ); 1230 if (uiCode) 1229 1230 if( uiCode ) 1231 1231 { 1232 1232 assert(pcSlice->getNalUnitType() != NAL_UNIT_CODED_SLICE_TRAIL_R && … … 1236 1236 pcSlice->getNalUnitType() != NAL_UNIT_CODED_SLICE_RASL_R); 1237 1237 } 1238 #endif 1238 1239 1239 iBits++; 1240 1240 }
Note: See TracChangeset for help on using the changeset viewer.