Ignore:
Timestamp:
8 Mar 2014, 06:07:29 (11 years ago)
Author:
samsung
Message:

Integration of P0068 from Samsung (BD)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r623 r624  
    17851785    READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" );
    17861786    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
    17871794#endif
    17881795#if O0223_PICTURE_TYPES_ALIGN_FLAG
Note: See TracChangeset for help on using the changeset viewer.