Changeset 398 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 17 Sep 2013, 19:25:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r394 r398 783 783 #if JCTVC_M0203_INTERLAYER_PRED_IDC 784 784 #if N0120_MAX_TID_REF_PRESENT_FLAG 785 WRITE_FLAG( vps->getMaxTid IlRefPicsPlus1PresentFlag(), "max_tid_il_ref_pics_plus1_present_flag");786 if (vps->getMaxTid IlRefPicsPlus1PresentFlag())785 WRITE_FLAG( vps->getMaxTidRefPresentFlag(), "max_tid_ref_present_flag"); 786 if (vps->getMaxTidRefPresentFlag()) 787 787 { 788 788 for( i = 0; i < vps->getMaxLayers() - 1; i++)
Note: See TracChangeset for help on using the changeset viewer.