[MPlayer-dev-eng] [PATCH] RGB/BGR big-endian fixes

Alan Curry pacman at TheWorld.com
Fri Feb 10 21:05:35 CET 2006


Michael Niedermayer writes the following:
[...]
>        for(i=0; i<num_pixels; i++)
>        {
>+               #ifdef WORDS_BIGENDIAN
>+               /* RGB32 (= A,B,G,R) -> BGR24 (= B,G,R) */
[...]
>
>should be:
>        for(i=0; i<num_pixels; i++)
>        {
>+           #ifdef WORDS_BIGENDIAN
>+               /* RGB32 (= A,B,G,R) -> BGR24 (= B,G,R) */

I must have copied that indentation from somewhere else nearby. When working
from scratch, I normally keep my '#' at the far left




More information about the MPlayer-dev-eng mailing list