[MPlayer-cvslog] CVS: main/libvo vo_tdfxfb.c,1.29,1.30
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Mon Apr 24 23:04:28 CEST 2006
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv21289
Modified Files:
vo_tdfxfb.c
Log Message:
fix printf->mp_msg transition, 10l to Reynaldo and/or Attila
Index: vo_tdfxfb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_tdfxfb.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- vo_tdfxfb.c 24 Apr 2006 04:23:53 -0000 1.29
+++ vo_tdfxfb.c 24 Apr 2006 21:04:25 -0000 1.30
@@ -248,7 +248,7 @@
break;
default:
- MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
+ mp_msg(MSGT_VO, MSGL_ERR, MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
return -1;
}
More information about the MPlayer-cvslog
mailing list