[MPlayer-cvslog] CVS: main/libvo vo_sdl.c, 1.126, 1.127 vo_svga.c, 1.83, 1.84 vo_tdfx_vid.c, 1.7, 1.8 vo_tdfxfb.c, 1.30, 1.31 vo_vesa.c, 1.111, 1.112
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Apr 29 01:06:45 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv23769/libvo
Modified Files:
vo_sdl.c vo_svga.c vo_tdfx_vid.c vo_tdfxfb.c vo_vesa.c
Log Message:
Rename some misspelled and misnamed messages.
Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- vo_sdl.c 24 Apr 2006 04:23:53 -0000 1.126
+++ vo_sdl.c 28 Apr 2006 23:06:41 -0000 1.127
@@ -1638,7 +1638,8 @@
/* initialize the SDL Video system */
if (!SDL_WasInit(SDL_INIT_VIDEO)) {
if (SDL_Init (SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE)) {
- mp_msg(MSGT_VO,MSGL_ERR, MSGTR_LIBVO_SDL_InitializingOfSDLFailed, SDL_GetError());
+ mp_msg(MSGT_VO,MSGL_ERR, MSGTR_LIBVO_SDL_InitializationFailed, SDL_GetError());
+
return -1;
}
}
Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- vo_svga.c 24 Apr 2006 04:23:53 -0000 1.83
+++ vo_svga.c 28 Apr 2006 23:06:41 -0000 1.84
@@ -496,7 +496,7 @@
}
if(mode_capabilities&CAP_ACCEL_PUTIMAGE){
mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_SVGA_VideoModeHasHardwareAcceleration);
- mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_SVGA_IfItWorksForYouIWouldLineToKnow);
+ mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_SVGA_IfItWorksForYouIWouldLikeToKnow);
}
//here is the place to handle strides for accel_ modes;
Index: vo_tdfx_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_tdfx_vid.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vo_tdfx_vid.c 24 Apr 2006 04:23:53 -0000 1.7
+++ vo_tdfx_vid.c 28 Apr 2006 23:06:42 -0000 1.8
@@ -604,7 +604,7 @@
}
break;
default:
- mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_TDFXVID_WhatsThatForAFormat,mpi->imgfmt);
+ mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_TDFXVID_UnknownFormat,mpi->imgfmt);
return VO_TRUE;
}
Index: vo_tdfxfb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_tdfxfb.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- vo_tdfxfb.c 24 Apr 2006 21:04:25 -0000 1.30
+++ vo_tdfxfb.c 28 Apr 2006 23:06:42 -0000 1.31
@@ -115,7 +115,7 @@
/* BANSHEE means any of the series aparently */
if (fb_finfo.accel != FB_ACCEL_3DFX_BANSHEE) {
- mp_msg(MSGT_VO,MSGL_ERR, MSGTR_LIBVO_TDFXFB_ThisDriverIsOnlySupports);
+ mp_msg(MSGT_VO,MSGL_ERR, MSGTR_LIBVO_TDFXFB_ThisDriverOnlySupports);
close(fd);
fd = -1;
return -1;
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- vo_vesa.c 24 Apr 2006 04:23:53 -0000 1.111
+++ vo_vesa.c 28 Apr 2006 23:06:42 -0000 1.112
@@ -546,7 +546,7 @@
total = min(total,nbuffs);
while(i < total) { multi_buff[i++] = offset; offset += screen_size; }
if(!i)
- mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_VESA_YourHaveTooSmallSizeOfVideoMemory, screen_size, vsize);
+ mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_VESA_YouHaveTooLittleVideoMemory, screen_size, vsize);
return i;
}
More information about the MPlayer-cvslog
mailing list