Changeset 537 in SHVCSoftware for branches/SHM-4.1-dev/source/App


Ignore:
Timestamp:
6 Jan 2014, 05:06:06 (11 years ago)
Author:
seregin
Message:

add setting for CrossLayerPictureTypeAlignFlag

Location:
branches/SHM-4.1-dev/source/App/TAppEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r532 r537  
    24282428#endif
    24292429#if O0223_PICTURE_TYPES_ALIGN_FLAG
    2430   printf("Cross layer picture type alignment    : %d\n", m_crossLayerPictureTypeAlignFlag );
     2430  printf("Align picture type            : %d\n", m_crossLayerPictureTypeAlignFlag );
    24312431#endif
    24322432#if N0147_IRAP_ALIGN_FLAG
  • branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r532 r537  
    13261326    }
    13271327#endif
     1328#if O0223_PICTURE_TYPES_ALIGN_FLAG
     1329    vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag );
     1330#endif
    13281331#if N0147_IRAP_ALIGN_FLAG
    13291332    vps->setCrossLayerIrapAlignFlag( m_crossLayerIrapAlignFlag );
Note: See TracChangeset for help on using the changeset viewer.