[FFmpeg-cvslog] r21754 - trunk/libavutil/sha.c

Kostya kostya.shishkov
Thu Feb 11 15:09:49 CET 2010


On Thu, Feb 11, 2010 at 12:24:05PM +0000, M?ns Rullg?rd wrote:
> kostya <subversion at mplayerhq.hu> writes:
> 
[...]
> > -        ((uint32_t*)digest)[i] = be2me_32(ctx->state[i]);
> > +        AV_WN32(digest + i*4, be2me_32(ctx->state[i]));
> 
> Better still, use AV_WB32 and drop the be2me.

Jas?, tack.
 
> -- 
> M?ns Rullg?rd



More information about the ffmpeg-cvslog mailing list