Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287423
Collapse All | Expand All

(-)a/modules/codec/kate.c (-2 / +1 lines)
Lines 852-858 static void PostprocessTigerImage( plane_t *p_plane, unsigned int i_width ) Link Here
852
            if( a )
852
            if( a )
853
            {
853
            {
854
#ifdef WORDS_BIGENDIAN
854
#ifdef WORDS_BIGENDIAN
855
                uint8_t tmp = pixel[2];
855
                uint8_t tmp = p_pixel[2];
856
                p_pixel[0] = p_pixel[3] * 255 / a;
856
                p_pixel[0] = p_pixel[3] * 255 / a;
857
                p_pixel[3] = a;
857
                p_pixel[3] = a;
858
                p_pixel[2] = p_pixel[1] * 255 / a;
858
                p_pixel[2] = p_pixel[1] * 255 / a;
859
- 

Return to bug 287423