Changeset 1379 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 24 Jul 2015, 19:26:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/SEIwrite.cpp
r1352 r1379 433 433 std::vector<const TComHRD*> hrdVec; 434 434 std::vector<Int> syntaxElemLen(maxValues, 0); 435 436 Int schedSelIdx = 0; 437 435 438 for(i = 0; i < maxValues; i++) 436 439 { … … 450 453 } 451 454 } 452 hrd = hrdVec[ i];455 hrd = hrdVec[schedSelIdx]; 453 456 } 454 457 else
Note: See TracChangeset for help on using the changeset viewer.