Changeset 772 in SHVCSoftware
- Timestamp:
- 9 May 2014, 17:46:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp ΒΆ
r763 r772 2054 2054 vps->setCrossLayerIrapAlignFlag(uiCode); 2055 2055 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 2056 if (uiCode)2057 { 2058 READ_FLAG( uiCode, "all_layers_idr_aligned_flag" );2059 vps->setCrossLayer IrapAlignFlag(uiCode);2056 if( uiCode ) 2057 { 2058 READ_FLAG( uiCode, "all_layers_idr_aligned_flag" ); 2059 vps->setCrossLayerAlignedIdrOnlyFlag(uiCode); 2060 2060 } 2061 2061 #endif
Note: See TracChangeset for help on using the changeset viewer.