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


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/TLibEncoder/SEIwrite.cpp

    r1098 r1134  
    11501150    WRITE_FLAG( 0, "bsp_nesting_zero_bit" );
    11511151  }
    1152 #if NESTING_SEI_EXTENSIBILITY
     1152
    11531153  assert( sei.m_nestedSEIs.size() <= MAX_SEIS_IN_BSP_NESTING );
    11541154  WRITE_UVLC( (UInt)sei.m_nestedSEIs.size(), "num_seis_in_bsp_minus1" );
    1155 #endif
     1155
    11561156  // write nested SEI messages
    11571157  for (SEIMessages::const_iterator it = sei.m_nestedSEIs.begin(); it != sei.m_nestedSEIs.end(); it++)
Note: See TracChangeset for help on using the changeset viewer.