Changeset 790 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jun 2014, 19:41:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r778 r790 1988 1988 if(nalUnitType == NAL_UNIT_SUFFIX_SEI) 1989 1989 { 1990 #if RANDOM_ACCESS_SEI_FIX1991 1990 if (m_prevSliceSkipped) // No need to decode SEI messages of a skipped access unit 1992 1991 { 1993 1992 return; 1994 1993 } 1995 #endif1996 1994 #if LAYERS_NOT_PRESENT_SEI 1997 1995 m_seiReader.parseSEImessage( bs, m_pcPic->getSEIs(), nalUnitType, m_parameterSetManagerDecoder.getActiveVPS(), m_parameterSetManagerDecoder.getActiveSPS() );
Note: See TracChangeset for help on using the changeset viewer.