Ignore:
Timestamp:
26 Jul 2014, 01:30:47 (10 years ago)
Author:
qualcomm
Message:

Conformance checking such that VPS VUI HRD only present if VPS timing info is signalled

Adoption of JCTVC-R0227. (Macro: R0227_VUI_BSP_HRD_FLAG)

From: Hendry <fhendry@…>

File:
1 edited

Legend:

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

    r839 r843  
    23972397  if (vps->getVpsVuiBspHrdPresentFlag())
    23982398  {
     2399#if R0227_VUI_BSP_HRD_FLAG
     2400    assert (vps->getTimingInfo()->getTimingInfoPresentFlag() == 1);
     2401#endif
    23992402    READ_UVLC( uiCode, "vps_num_bsp_hrd_parameters_minus1" ); vps->setVpsNumBspHrdParametersMinus1(uiCode);
    24002403    vps->createBspHrdParamBuffer(vps->getVpsNumBspHrdParametersMinus1() + 1);
Note: See TracChangeset for help on using the changeset viewer.