Andrew Hoddinott
Andrew Hoddinott
Refers to old code that isn’t present in the current sample.
The calculation at RDD9File.cpp:112 `mPartitionInterval = 10 * frame_rate.numerator / frame_rate.denominator;` does not comply with RDD 9:2013, which says (Annex B, B.6 Table B.2) the partition length should be exactly...
If itemCount decreases, for example due to filtering, there are two issues: - SizeAndPositionManager lastMeasuredIndex can point to items that no longer exist, causing "index X is outside of range"...