Ignore:
Timestamp:
25 Jun 2013, 19:53:37 (11 years ago)
Author:
suehring
Message:

M0464: add tile_boundaries_aligned_flag to enhancement layer VUI

File:
1 edited

Legend:

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

    r297 r299  
    445445  {
    446446    READ_FLAG(   uiCode, "tiles_fixed_structure_flag");               pcVUI->setTilesFixedStructureFlag(uiCode);
     447#if M0464_TILE_BOUNDARY_ALIGNED_FLAG
     448    if ( pcSPS->getLayerId() > 0 )
     449    {
     450      READ_FLAG( uiCode, "tile_boundaries_aligned_flag" ); pcVUI->setTileBoundariesAlignedFlag( uiCode == 1 );
     451    }
     452#endif
    447453    READ_FLAG(   uiCode, "motion_vectors_over_pic_boundaries_flag");  pcVUI->setMotionVectorsOverPicBoundariesFlag(uiCode);
    448454    READ_FLAG(   uiCode, "restricted_ref_pic_lists_flag");            pcVUI->setRestrictedRefPicListsFlag(uiCode);
Note: See TracChangeset for help on using the changeset viewer.