[MPlayer-dev-eng] [PATCH] vo_tga: fix blue channel on little endian machines

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Jun 26 18:32:29 CEST 2010


On Sat, Jun 26, 2010 at 11:08:24AM +0200, Marton Balint wrote:
> @@ -236,7 +196,7 @@
>      switch(format){
>          case IMGFMT_BGR|15:
>          case IMGFMT_BGR|24:
> -        case IMGFMT_BGR|32:
> +        case IMGFMT_BGRA:

Well, if your previous patch was correct, this is wrong, it should stay
IMGFMT_BGR|32.



More information about the MPlayer-dev-eng mailing list