Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/atom_free.cpp: fix ambiguous call
Fix the following build failure raised since ec92734: src/atom_free.cpp: In member function 'virtual void mp4v2::impl::MP4FreeAtom::Write()': src/atom_free.cpp:46:71: error: call of overloaded 'min(uint64_t, unsigned int)' is ambiguous m_File.WriteBytes(freebuf, min(GetSize() - ix, sizeof(freebuf))); ^ Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
- Loading branch information