Changeset 624 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 8 Mar 2014, 06:07:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r623 r624 1785 1785 READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" ); 1786 1786 vps->setCrossLayerIrapAlignFlag(uiCode); 1787 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 1788 if (uiCode) 1789 { 1790 READ_FLAG(uiCode, "only_idr_for_IRAP_across_layers" ); 1791 vps->setCrossLayerIrapAlignFlag(uiCode); 1792 } 1793 #endif 1787 1794 #endif 1788 1795 #if O0223_PICTURE_TYPES_ALIGN_FLAG
Note: See TracChangeset for help on using the changeset viewer.