[MPlayer-cvslog] CVS: main/libvo vo_dxr3.c,1.128,1.129

Attila Kinali CVS syncmail at mplayerhq.hu
Mon Apr 24 16:04:01 CEST 2006


CVS change done by Attila Kinali CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv10254/libvo

Modified Files:
	vo_dxr3.c 
Log Message:
fix typo X<->Y


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- vo_dxr3.c	24 Apr 2006 04:23:53 -0000	1.128
+++ vo_dxr3.c	24 Apr 2006 14:03:58 -0000	1.129
@@ -1407,7 +1407,7 @@
     cal.cal_mode = EM8300_OVERLAY_CALMODE_XCORRECTION;
     if (ioctl(o->dev, EM8300_IOCTL_OVERLAY_CALIBRATE, &cal))
 	{
- 	    mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_DXR3_FailedGettingOverlayYScaleCorrection);
+ 	    mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_DXR3_FailedGettingOverlayXScaleCorrection);
  	    return -1;
 	}
     mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_DXR3_XCorrection,cal.result);




More information about the MPlayer-cvslog mailing list