Changeset 568 in SHVCSoftware for branches/SHM-5.0-dev/source/App/TAppEncoder


Ignore:
Timestamp:
27 Jan 2014, 20:37:31 (11 years ago)
Author:
qualcomm
Message:

JCTVC-P0125 -- Revert vps_extension_offset back to vps_reserved_0xffff_16bits

One macro (P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED) is defined and it negate the following two macros (VPS_EXTN_OFFSET & VPS_EXTN_OFFSET_CALC).

Contact fhendry@…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r567 r568  
    13271327  vps->setHigherLayerIrapSkipFlag(m_skipPictureAtArcSwitch);
    13281328#endif
     1329#if !P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED
    13291330#if !VPS_EXTN_OFFSET_CALC
    13301331#if VPS_EXTN_OFFSET
    13311332  // to be updated according to the current semantics
    13321333  vps->setExtensionOffset( 0xffff );
     1334#endif
    13331335#endif
    13341336#endif
Note: See TracChangeset for help on using the changeset viewer.