[MPlayer-dev-eng] [PATCH] vesa_mode_red_blue_flip_fix.patch
Arpi
arpi at thot.banki.hu
Wed Jul 9 22:43:40 CEST 2003
Hi,
> >http://mplayerhq.hu/pipermail/mplayer-cvslog/2003-March/014297.html
> Index: swscale.c
> - 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.
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???
A'rpi / Astral & ESP-team
--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu
More information about the MPlayer-dev-eng
mailing list