Ignore:
Timestamp:
2 Jul 2015, 21:13:04 (9 years ago)
Author:
seregin
Message:

cleanup macros: VPS_EXTN_OFFSET_CALC, VPS_EXTN_OFFSET, P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED

File:
1 edited

Legend:

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

    r1093 r1094  
    10221022  READ_FLAG(     uiCode,  "vps_temporal_id_nesting_flag" );       pcVPS->setTemporalNestingFlag( uiCode ? true:false );
    10231023  assert (pcVPS->getMaxTLayers()>1||pcVPS->getTemporalNestingFlag());
    1024 #if !P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED
    1025 #if VPS_EXTN_OFFSET
    1026   READ_CODE( 16, uiCode,  "vps_extension_offset" );               pcVPS->setExtensionOffset( uiCode );
    1027 #else
    10281024  READ_CODE( 16, uiCode,  "vps_reserved_ffff_16bits" );           assert(uiCode == 0xffff);
    1029 #endif
    1030 #else
    1031   READ_CODE( 16, uiCode,  "vps_reserved_ffff_16bits" );           assert(uiCode == 0xffff);
    1032 #endif
    10331025  parsePTL ( pcVPS->getPTL(), true, pcVPS->getMaxTLayers()-1);
    10341026  UInt subLayerOrderingInfoPresentFlag;
Note: See TracChangeset for help on using the changeset viewer.