Changeset 886 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 17 Sep 2014, 00:43:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r885 r886 2810 2810 { 2811 2811 READ_FLAG(uiCode, "discardable_flag"); // ignored 2812 #if NON_REF_NAL_TYPE_DISCARDABLE 2813 rpcSlice->setDiscardableFlag( uiCode ? true : false ); 2814 if (uiCode) 2815 { 2816 assert(rpcSlice->getNalUnitType() != NAL_UNIT_CODED_SLICE_TRAIL_R && 2817 rpcSlice->getNalUnitType() != NAL_UNIT_CODED_SLICE_TSA_R && 2818 rpcSlice->getNalUnitType() != NAL_UNIT_CODED_SLICE_STSA_R && 2819 rpcSlice->getNalUnitType() != NAL_UNIT_CODED_SLICE_RADL_R && 2820 rpcSlice->getNalUnitType() != NAL_UNIT_CODED_SLICE_RASL_R); 2821 } 2822 #endif 2823 2812 2824 } 2813 2825 for (Int i = 1; i < rpcSlice->getPPS()->getNumExtraSliceHeaderBits(); i++)
Note: See TracChangeset for help on using the changeset viewer.