~vcs-imports/mplayer/trunk

Viewing all changes in revision 38037.

  • Committer: reimar
  • Date: 2020-06-14 17:55:21 UTC
  • Revision ID: svn-v4:b3059339-0415-0410-9bf9-f77b7e298cf2:trunk:38192
Remove usage of memalign.

Switch to av_malloc instead.
Only vo_vesa remains using memalign as it requests 64-byte alignment,
which is more than av_malloc provides.
The fallback for memalign has been plain malloc, which meant crashes
on e.g. Win32 where malloc is not sufficiently aligned.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: