[MPlayer-cvslog] r27063 - in trunk: help/help_mp-en.h libvo/vo_xv.c
diego
subversion at mplayerhq.hu
Sun Jun 15 14:13:29 CEST 2008
Author: diego
Date: Sun Jun 15 14:13:29 2008
New Revision: 27063
Log:
Move message about which adapter is used to verbose mode.
Modified:
trunk/libvo/vo_xv.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-en.h
Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c (original)
+++ trunk/libvo/vo_xv.c Sun Jun 15 14:13:29 2008
@@ -812,8 +812,9 @@ static int preinit(const char *arg)
if (!XvGrabPort(mDisplay, xv_p, CurrentTime))
{
xv_port = xv_p;
- mp_msg(MSGT_VO, MSGL_INFO,
- MSGTR_LIBVO_XV_Adaptor, i, ai[i].name);
+ mp_msg(MSGT_VO, MSGL_V,
+ "[VO_XV] Using Xv Adapter #%d (%s)\n",
+ i, ai[i].name);
break;
} else
{
More information about the MPlayer-cvslog
mailing list