Changeset 1126 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 02:30:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1125 r1126 3660 3660 UInt i,j; 3661 3661 UInt uiCode; 3662 #if O0223_PICTURE_TYPES_ALIGN_FLAG3663 3662 READ_FLAG(uiCode, "cross_layer_pic_type_aligned_flag" ); 3664 3663 vps->setCrossLayerPictureTypeAlignFlag(uiCode); 3665 3664 if (!uiCode) 3666 3665 { 3667 #endif3668 3666 READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" ); 3669 3667 vps->setCrossLayerIrapAlignFlag(uiCode); 3670 #if O0223_PICTURE_TYPES_ALIGN_FLAG3671 3668 } 3672 3669 else … … 3674 3671 vps->setCrossLayerIrapAlignFlag(true); 3675 3672 } 3676 #endif 3673 3677 3674 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 3678 3675 if( uiCode )
Note: See TracChangeset for help on using the changeset viewer.