Changeset 537 in SHVCSoftware for branches/SHM-4.1-dev/source/App
- Timestamp:
- 6 Jan 2014, 05:06:06 (11 years ago)
- 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 2428 2428 #endif 2429 2429 #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 ); 2431 2431 #endif 2432 2432 #if N0147_IRAP_ALIGN_FLAG -
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r532 r537 1326 1326 } 1327 1327 #endif 1328 #if O0223_PICTURE_TYPES_ALIGN_FLAG 1329 vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag ); 1330 #endif 1328 1331 #if N0147_IRAP_ALIGN_FLAG 1329 1332 vps->setCrossLayerIrapAlignFlag( m_crossLayerIrapAlignFlag );
Note: See TracChangeset for help on using the changeset viewer.