Changeset 437 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 15 Oct 2013, 15:17:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/SEIread.cpp
r435 r437 804 804 sei.m_skippedTileSetPresentFlag = false; 805 805 } 806 UInt numSignificantSets = sei.m_ilNumSetsInMessageMinus1 +(sei.m_skippedTileSetPresentFlag ? 1 : 0) + 1;807 for( UInt i = 0; i < =numSignificantSets; i++ )806 UInt numSignificantSets = sei.m_ilNumSetsInMessageMinus1 - (sei.m_skippedTileSetPresentFlag ? 1 : 0) + 1; 807 for( UInt i = 0; i < numSignificantSets; i++ ) 808 808 { 809 809 READ_UVLC( uiCode, "ilcts_id" ); sei.m_ilctsId[i] = uiCode;
Note: See TracChangeset for help on using the changeset viewer.