Changeset 1125 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 02:27:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1124 r1125 3274 3274 #endif 3275 3275 3276 #if !IRAP_ALIGN_FLAG_IN_VPS_VUI3277 READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" );3278 vps->setCrossLayerIrapAlignFlag(uiCode);3279 #endif3280 3281 3276 #if VPS_DPB_SIZE_TABLE 3282 3277 parseVpsDpbSizeTable(vps); … … 3671 3666 { 3672 3667 #endif 3673 #if IRAP_ALIGN_FLAG_IN_VPS_VUI3674 3668 READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" ); 3675 3669 vps->setCrossLayerIrapAlignFlag(uiCode); 3676 #endif3677 3670 #if O0223_PICTURE_TYPES_ALIGN_FLAG 3678 3671 }
Note: See TracChangeset for help on using the changeset viewer.