forked from blender/blender
Sergey Sharybin
2b36cf3118
Don't use linear array with frame as an index since it has the following disadvantages: - Requires every application to take care of frame remapping, which could be way more annoying than it sounds. - Inefficient from memory point of view when solving part of a footage which is closer to the end of frame range. Using map technically is slower from performance point of view, but could not feel any difference as the actual computation is way more complex than access of camera on individual frames. Solves crash aspect of T72009 |
||
---|---|---|
.. | ||
intern | ||
libmv | ||
third_party/msinttypes | ||
.clang-format | ||
bundle.sh | ||
ChangeLog | ||
CMakeLists.txt | ||
files.txt | ||
libmv-capi.h | ||
mkfiles.sh |