Changeset 398 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
17 Sep 2013, 19:25:17 (12 years ago)
Author:
seregin
Message:

rename max_tid_il_ref_pics_plus1_present_flag and related functions with max_tid_ref_present_flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r394 r398  
    783783#if JCTVC_M0203_INTERLAYER_PRED_IDC
    784784#if N0120_MAX_TID_REF_PRESENT_FLAG
    785    WRITE_FLAG( vps->getMaxTidIlRefPicsPlus1PresentFlag(), "max_tid_il_ref_pics_plus1_present_flag");
    786    if (vps->getMaxTidIlRefPicsPlus1PresentFlag())
     785   WRITE_FLAG( vps->getMaxTidRefPresentFlag(), "max_tid_ref_present_flag");
     786   if (vps->getMaxTidRefPresentFlag())
    787787   {
    788788     for( i = 0; i < vps->getMaxLayers() - 1; i++)
Note: See TracChangeset for help on using the changeset viewer.