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


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

remove VPS_RENAME

File:
1 edited

Legend:

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

    r784 r791  
    920920  READ_CODE( 4,  uiCode,  "vps_video_parameter_set_id" );         pcVPS->setVPSId( uiCode );
    921921  READ_CODE( 2,  uiCode,  "vps_reserved_three_2bits" );           assert(uiCode == 3);
    922 #if VPS_RENAME
     922#if SVC_EXTENSION
    923923#if O0137_MAX_LAYERID
    924924  READ_CODE( 6,  uiCode,  "vps_max_layers_minus1" );              pcVPS->setMaxLayers( min( 62u, uiCode) + 1 );
     
    962962  }
    963963
    964 #if VPS_RENAME
     964#if SVC_EXTENSION
    965965  assert( pcVPS->getNumHrdParameters() < MAX_VPS_LAYER_SETS_PLUS1 );
    966966  assert( pcVPS->getMaxLayerId()       < MAX_VPS_LAYER_ID_PLUS1 );
Note: See TracChangeset for help on using the changeset viewer.