[FFmpeg-cvslog] r23721 - in trunk/libavcodec: h264pred.c mathops.h

Måns Rullgård mans
Tue Jun 22 22:59:03 CEST 2010


rbultje <subversion at mplayerhq.hu> writes:

>  #ifndef PACK4x8
>  # if HAVE_BIGENDIAN
> -#  define PACK4x8(a,b,c,d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d))
> +#  define PACK4UINT8(a,b,c,d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d))
>  # else
> -#  define PACK4x8(a,b,c,d) (((d) << 24) | ((c) << 16) | ((b) << 8) | (a))
> +#  define PACK4UINT8(a,b,c,d) (((d) << 24) | ((c) << 16) | ((b) << 8) | (a))
>  # endif
>  #endif

FWIW, I find that name horribly ugly.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list