[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.93,1.94
Michael Niedermayer CVS
michael at mplayerhq.hu
Wed Jul 9 21:05:39 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: 0_90/libmenu menu.c,1.8,1.9 vf_menu.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.11,1.12 help_mp-cz.h,1.36,1.37 help_mp-de.h,1.65,1.66 help_mp-dk.h,1.22,1.23 help_mp-el.h,1.13,1.14 help_mp-en.h,1.101,1.102 help_mp-es.h,1.25,1.26 help_mp-fr.h,1.41,1.42 help_mp-hu.h,1.59,1.60 help_mp-it.h,1.22,1.23 help_mp-ko.h,1.13,1.14 help_mp-nl.h,1.23,1.24 help_mp-no.h,1.12,1.13 help_mp-pl.h,1.67,1.68 help_mp-pt_BR.h,1.12,1.13 help_mp-ro.h,1.8,1.9 help_mp-ru.h,1.23,1.24 help_mp-sk.h,1.14,1.15 help_mp-tr.h,1.4,1.5 help_mp-uk.h,1.6,1.7 help_mp-zh.h,1.24,1.25 help_mp-zh_TW.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv16817
Modified Files:
vo_vesa.c
Log Message:
10l (red <-> blue) fix
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- vo_vesa.c 1 Jun 2003 21:59:28 -0000 1.93
+++ vo_vesa.c 9 Jul 2003 19:05:16 -0000 1.94
@@ -281,7 +281,7 @@
dstStride[1]=
dstStride[2]=dstStride[0]>>1;
if(HAS_DGA()) dst[0] += y_offset*SCREEN_LINE_SIZE(PIXEL_SIZE())+x_offset*PIXEL_SIZE();
- sws_scale(sws,image,stride,y,h,dst,dstStride);
+ sws_scale_ordered(sws,image,stride,y,h,dst,dstStride);
flip_trigger = 1;
return 0;
}
@@ -426,7 +426,7 @@
else
srcStride[0] = srcW*2;
if(HAS_DGA()) dst[0] += y_offset*SCREEN_LINE_SIZE(PIXEL_SIZE())+x_offset*PIXEL_SIZE();
- sws_scale(sws,src,srcStride,0,srcH,dst,dstStride);
+ sws_scale_ordered(sws,src,srcStride,0,srcH,dst,dstStride);
flip_trigger=1;
}
return 0;
- Previous message: [Mplayer-cvslog] CVS: 0_90/libmenu menu.c,1.8,1.9 vf_menu.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.11,1.12 help_mp-cz.h,1.36,1.37 help_mp-de.h,1.65,1.66 help_mp-dk.h,1.22,1.23 help_mp-el.h,1.13,1.14 help_mp-en.h,1.101,1.102 help_mp-es.h,1.25,1.26 help_mp-fr.h,1.41,1.42 help_mp-hu.h,1.59,1.60 help_mp-it.h,1.22,1.23 help_mp-ko.h,1.13,1.14 help_mp-nl.h,1.23,1.24 help_mp-no.h,1.12,1.13 help_mp-pl.h,1.67,1.68 help_mp-pt_BR.h,1.12,1.13 help_mp-ro.h,1.8,1.9 help_mp-ru.h,1.23,1.24 help_mp-sk.h,1.14,1.15 help_mp-tr.h,1.4,1.5 help_mp-uk.h,1.6,1.7 help_mp-zh.h,1.24,1.25 help_mp-zh_TW.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list