Page MenuHome

Fix compilation error in frame accessor
ClosedPublic

Authored by Sergey Sharybin (sergey) on May 7 2014, 10:57 AM.

Details

Summary
  • int64 is not a standard type, we've got int64_t defined in std int. We also have an msvc port of this header, so should not be an issue.
  • Fixed inconsistency in usage of CacheKey and Key, used Key.
  • Some functions weren't marked as virtual.

Additional change: added self to authors.

Diff Detail

Repository
rLMV Libmv
Branch
frame_accessor_fixes

Event Timeline

Sergey Sharybin (sergey) updated this revision to Unknown Object (????).May 7 2014, 11:10 AM

Update the namespace and fix issue with FloatImage