[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.78,1.79
Arpi of Ize
arpi at mplayerhq.hu
Mon Oct 7 13:26:36 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv2182
Modified Files:
vo_vesa.c
Log Message:
a small fix for vo_vesa, when calling set_refresh, when -nofs used.
patch by Rudolf Marek <MAREKR2 at cs.felk.cvut.cz>
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- vo_vesa.c 10 Sep 2002 20:41:13 -0000 1.78
+++ vo_vesa.c 7 Oct 2002 11:26:20 -0000 1.79
@@ -13,7 +13,6 @@
- hw YUV support (need volunteers who have corresponding hardware)
- triple buffering (if it will really speedup playback).
note: triple buffering requires VBE 3.0 - need volunteers.
- - refresh rate support (need additional info from mplayer)
*/
#include "config.h"
#include "gtf.h"
@@ -906,7 +905,7 @@
if (((int)(vib.VESAVersion >> 8) & 0xff) > 2) {
- if (set_refresh(dstW,dstH,video_mode,&crtc_pass))
+ if (set_refresh(video_mode_info.XResolution,video_mode_info.YResolution,video_mode,&crtc_pass))
video_mode = video_mode | 0x800;
}
More information about the MPlayer-cvslog
mailing list