Changeset 299 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 25 Jun 2013, 19:53:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r297 r299 445 445 { 446 446 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 447 453 READ_FLAG( uiCode, "motion_vectors_over_pic_boundaries_flag"); pcVUI->setMotionVectorsOverPicBoundariesFlag(uiCode); 448 454 READ_FLAG( uiCode, "restricted_ref_pic_lists_flag"); pcVUI->setRestrictedRefPicListsFlag(uiCode);
Note: See TracChangeset for help on using the changeset viewer.