Changeset 790 in SHVCSoftware
- Timestamp:
- 6 Jun 2014, 19:41:51 (10 years ago)
- Location:
- branches/SHM-6-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r789 r790 46 46 47 47 #define VPS_VUI_OFFSET 1 ///< N0085: Signal VPS VUI offset in the VPS extension 48 #define RANDOM_ACCESS_SEI_FIX 149 48 #define O0137_MAX_LAYERID 1 ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1 50 49 -
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.