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


Ignore:
Timestamp:
6 Jun 2014, 19:48:48 (11 years ago)
Author:
seregin
Message:

remove VPS_RENAME

File:
1 edited

Legend:

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

    r784 r791  
    704704  WRITE_CODE( pcVPS->getVPSId(),                    4,        "vps_video_parameter_set_id" );
    705705  WRITE_CODE( 3,                                    2,        "vps_reserved_three_2bits" );
    706 #if VPS_RENAME
     706#if SVC_EXTENSION
    707707  WRITE_CODE( pcVPS->getMaxLayers() - 1,            6,        "vps_max_layers_minus1" );           
    708708#else
     
    735735  }
    736736
    737 #if VPS_RENAME
     737#if SVC_EXTENSION
    738738  assert( pcVPS->getNumHrdParameters() <= MAX_VPS_LAYER_SETS_PLUS1 );
    739739  assert( pcVPS->getMaxLayerId() < MAX_VPS_LAYER_ID_PLUS1 );
Note: See TracChangeset for help on using the changeset viewer.