[MPlayer-dev-eng] [PATCH] vesa_mode_red_blue_flip_fix.patch

Dirk noisyb at gmx.net
Thu Jul 10 00:41:57 CEST 2003


Hey!

>>-		sortedP[1]= p[2];
>>-		sortedP[2]= p[1];
>>+		sortedP[1]= p[1];
>>+		sortedP[2]= p[2];
>>    
>>
>
>this may fix vesa but will break all others for sure.
>fix UV plane order in vo_vesa instead of common code.
>  
>
but there were no changes in vo_vesa between 20030327 and 20030328..

>hmm, by looking at vo_vesa.c's draw_slice, it just passed pointers as-is to
>swscaler, so it may be still swscale rbug? but why doesnt it cause problems
>with other vo drivers then???
>
>  
>
i don't know.. everything works fine now...

Dirk




More information about the MPlayer-dev-eng mailing list