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


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

remove VPS_EXTNS

Location:
branches/SHM-6-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r791 r792  
    10161016  }
    10171017
    1018 #if VPS_EXTNS
     1018#if SVC_EXTENSION
    10191019  READ_FLAG( uiCode,  "vps_extension_flag" );      pcVPS->setVpsExtensionFlag( uiCode ? true : false );
    10201020
     
    10611061
    10621062#if SVC_EXTENSION
    1063 #if VPS_EXTNS
    10641063Void TDecCavlc::parseVPSExtension(TComVPS *vps)
    10651064{
     
    19011900#endif
    19021901}
    1903 #endif
    19041902
    19051903#if REPN_FORMAT_IN_VPS
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.h

    r677 r792  
    7676  Void  parseVPS            ( TComVPS* pcVPS );
    7777#if SPS_EXTENSION
    78 #if VPS_EXTNS
    7978  Void  parseVPSExtension   ( TComVPS* pcVPS );
    8079  Void  defaultVPSExtension ( TComVPS* pcVPS );
    81 #endif
    8280
    8381#if VPS_VUI
Note: See TracChangeset for help on using the changeset viewer.