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

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


On Fri, May 17, 2013 at 08:44:50PM +0200, Reimar Döffinger wrote:
> Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>

Just thought it's good to use if() to have the bigendian part
compile tested even on little-endian, plus optimizing for the
common case where the input actually is 4-byte aligned seemed
worth it.


More information about the ffmpeg-devel mailing list