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


Ignore:
Timestamp:
8 Nov 2013, 07:19:47 (11 years ago)
Author:
seregin
Message:

remove SPS_SUB_LAYER_INFO macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r451 r452  
    448448#endif
    449449  WRITE_CODE( pcSPS->getVPSId (),          4,       "sps_video_parameter_set_id" );
    450 #if SPS_SUB_LAYER_INFO
     450#if SVC_EXTENSION
    451451  if(pcSPS->getLayerId() == 0)
    452452  {
     
    454454    WRITE_CODE( pcSPS->getMaxTLayers() - 1,  3,       "sps_max_sub_layers_minus1" );
    455455    WRITE_FLAG( pcSPS->getTemporalIdNestingFlag() ? 1 : 0,                             "sps_temporal_id_nesting_flag" );
    456 #if SPS_SUB_LAYER_INFO
     456#if SVC_EXTENSION
    457457  }
    458458#endif
Note: See TracChangeset for help on using the changeset viewer.