[FFmpeg-devel] [PATCH] VP8 decoder
Måns Rullgård
mans
Tue Jun 22 23:01:45 CEST 2010
"Ronald S. Bultje" <rsbultje at gmail.com> writes:
>>> > #ifndef PACK4x8
>>> > # if HAVE_BIGENDIAN
>>> > # ? define PACK4x8(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))
>>> > # endif
>>> > #endif
>>>
>>> Fine with me also. :-). Any other comments before I apply?
>>
>> call it PACK4UINT8 please
>
> Changed.
Please don't be so trigger-happy in future. There's more bikeshedding
to be done here.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list