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


Ignore:
Timestamp:
17 Sep 2014, 02:45:59 (11 years ago)
Author:
qualcomm
Message:

Correcting implementation related to the following adoption:
JCTVC-Q0146 -- poc_msb_val_present_flag shall be equal to 0 when slice_header_extension_length is (inferred to be ) equal to 0

MACRO: INFERENCE_POC_MSB_VAL_PRESENT

submitted by Hendry (fhendry@…)

File:
1 edited

Legend:

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

    r887 r888  
    35703570{
    35713571  sliceHeaderExtensionLength = 0;
     3572#if INFERENCE_POC_MSB_VAL_PRESENT
     3573  rpcSlice->setPocMsbValPresentFlag( false );
     3574#endif
    35723575}
    35733576UInt startBits = m_pcBitstream->getNumBitsRead();     // Start counter of # SH Extn bits
Note: See TracChangeset for help on using the changeset viewer.