- Timestamp:
- 3 May 2013, 20:58:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r140 r149 2499 2499 // Assumed that RPL of the base layer is same to the EL, otherwise this information should be also dumped and read from the metadata file 2500 2500 setPOC( pcSlice->getPOC() ); 2501 if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA )2501 if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA ) 2502 2502 { 2503 2503 setSliceType( I_SLICE );
Note: See TracChangeset for help on using the changeset viewer.