Changeset 1134 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
7 Jul 2015, 23:04:30 (10 years ago)
Author:
seregin
Message:

macro cleanup: NESTING_SEI_EXTENSIBILITY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp

    r1098 r1134  
    15351535
    15361536  // read nested SEI messages
    1537 #if NESTING_SEI_EXTENSIBILITY
    15381537  Int numSeiMessages = 0;
    15391538  sei_read_uvlc( pDecodedMessageOutputStream, uiCode, "num_seis_in_bsp_minus1" );  assert( uiCode <= MAX_SEIS_IN_BSP_NESTING );
     
    15431542    xReadSEImessage(sei.m_nestedSEIs, nalUnitType, vps, sps, pDecodedMessageOutputStream, &nestingSei, &sei);
    15441543  }
    1545 #else
    1546   do {
    1547 #if LAYERS_NOT_PRESENT_SEI
    1548     xReadSEImessage(sei.m_nestedSEIs, nalUnitType, vps, sps, pDecodedMessageOutputStream, &nestingSei, &sei);
    1549 #else
    1550     xReadSEImessage(sei.m_nestedSEIs, nalUnitType, sps, pDecodedMessageOutputStream, &nestingSei);
    1551 #endif
    1552   } while (m_pcBitstream->getNumBitsLeft() > 8);
    1553 #endif
    15541544}
    15551545
Note: See TracChangeset for help on using the changeset viewer.