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


Ignore:
Timestamp:
7 Jul 2015, 02:27:23 (10 years ago)
Author:
seregin
Message:

macro cleanup: IRAP_ALIGN_FLAG_IN_VPS_VUI

File:
1 edited

Legend:

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

    r1124 r1125  
    23132313  }
    23142314#endif
    2315 #if !IRAP_ALIGN_FLAG_IN_VPS_VUI
    2316   WRITE_FLAG(vps->getCrossLayerIrapAlignFlag(), "cross_layer_irap_aligned_flag");
    2317 #endif
     2315 
    23182316#if VPS_DPB_SIZE_TABLE
    23192317  codeVpsDpbSizeTable(vps);
     
    25182516  {
    25192517#endif
    2520 #if IRAP_ALIGN_FLAG_IN_VPS_VUI
    25212518    WRITE_FLAG(vps->getCrossLayerIrapAlignFlag(), "cross_layer_irap_aligned_flag");
    2522 #endif
    25232519#if O0223_PICTURE_TYPES_ALIGN_FLAG
    25242520  }
Note: See TracChangeset for help on using the changeset viewer.