Changeset 790 in SHVCSoftware


Ignore:
Timestamp:
6 Jun 2014, 19:41:51 (10 years ago)
Author:
seregin
Message:

remove RANDOM_ACCESS_SEI_FIX

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  
    4646
    4747#define VPS_VUI_OFFSET                   1      ///< N0085: Signal VPS VUI offset in the VPS extension
    48 #define RANDOM_ACCESS_SEI_FIX            1
    4948#define O0137_MAX_LAYERID                1      ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1
    5049
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r778 r790  
    19881988  if(nalUnitType == NAL_UNIT_SUFFIX_SEI)
    19891989  {
    1990 #if RANDOM_ACCESS_SEI_FIX
    19911990    if (m_prevSliceSkipped) // No need to decode SEI messages of a skipped access unit
    19921991    {
    19931992      return;
    19941993    }
    1995 #endif
    19961994#if LAYERS_NOT_PRESENT_SEI
    19971995    m_seiReader.parseSEImessage( bs, m_pcPic->getSEIs(), nalUnitType, m_parameterSetManagerDecoder.getActiveVPS(), m_parameterSetManagerDecoder.getActiveSPS() );
Note: See TracChangeset for help on using the changeset viewer.