[FFmpeg-devel] [PATCH] md5: avoid unnecessary memcpy.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri May 17 20:36:24 CEST 2013


On Fri, May 17, 2013 at 08:28:57PM +0200, Reimar Döffinger wrote:
> +#if HAVE_FAST_UNALIGNED

Must be
#if !HAVE_BIGENDIAN && HAVE_FAST_UNALIGNED
though for big-endian it would certainly be better performance
to do the endianness conversion and copying at the same time,
but that might be a bit tricky when handling sizes not a multiple
of 64.


More information about the ffmpeg-devel mailing list