OSDN Git Service

Make SHA digest function write digest value with AV_WN32 instead of assuming
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 11 Feb 2010 11:45:35 +0000 (11:45 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 11 Feb 2010 11:45:35 +0000 (11:45 +0000)
commit045b60bf9b1a28faae0ceab053986662e20d3d59
tree9c57899397ca1677f02aea560d3d3d0d9e779ac0
parent94dde5c1ec4c3d70e544282d44cd0f9be274408f
Make SHA digest function write digest value with AV_WN32 instead of assuming
that output may be written as uint32_t since output buffer may not be aligned
(and it's silly to force alignment on it) and it does not work in that case
properly on some architectures.

Originally committed as revision 21754 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/sha.c