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


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/TLibDecoder/TDecCAVLC.cpp

    r1124 r1125  
    32743274#endif
    32753275
    3276 #if !IRAP_ALIGN_FLAG_IN_VPS_VUI
    3277   READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" );
    3278   vps->setCrossLayerIrapAlignFlag(uiCode);
    3279 #endif
    3280 
    32813276#if VPS_DPB_SIZE_TABLE
    32823277  parseVpsDpbSizeTable(vps);
     
    36713666  {
    36723667#endif
    3673 #if IRAP_ALIGN_FLAG_IN_VPS_VUI
    36743668    READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" );
    36753669    vps->setCrossLayerIrapAlignFlag(uiCode);
    3676 #endif
    36773670#if O0223_PICTURE_TYPES_ALIGN_FLAG
    36783671  }
Note: See TracChangeset for help on using the changeset viewer.