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


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

macro cleanup: O0223_PICTURE_TYPES_ALIGN_FLAG

File:
1 edited

Legend:

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

    r1125 r1126  
    36603660  UInt i,j;
    36613661  UInt uiCode;
    3662 #if O0223_PICTURE_TYPES_ALIGN_FLAG
    36633662  READ_FLAG(uiCode, "cross_layer_pic_type_aligned_flag" );
    36643663  vps->setCrossLayerPictureTypeAlignFlag(uiCode);
    36653664  if (!uiCode)
    36663665  {
    3667 #endif
    36683666    READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" );
    36693667    vps->setCrossLayerIrapAlignFlag(uiCode);
    3670 #if O0223_PICTURE_TYPES_ALIGN_FLAG
    36713668  }
    36723669  else
     
    36743671    vps->setCrossLayerIrapAlignFlag(true);
    36753672  }
    3676 #endif
     3673
    36773674#if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG
    36783675  if( uiCode )
Note: See TracChangeset for help on using the changeset viewer.