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