mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Move message about which adapter is used to verbose mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27063 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b3cf918e20
commit
c31a0a07c7
@ -1959,7 +1959,6 @@ static char help_text[]=
|
|||||||
"[VO_XV] DOCS/HTML/en/video.html#xv!\n"\
|
"[VO_XV] DOCS/HTML/en/video.html#xv!\n"\
|
||||||
"[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.\n"\
|
"[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.\n"\
|
||||||
"[VO_XV] Try -vo x11.\n"
|
"[VO_XV] Try -vo x11.\n"
|
||||||
#define MSGTR_LIBVO_XV_Adaptor "[VO_XV] Using Xv Adaptor #%d (%s)\n"
|
|
||||||
|
|
||||||
|
|
||||||
// loader/ldt_keeper.c
|
// loader/ldt_keeper.c
|
||||||
|
@ -812,8 +812,9 @@ static int preinit(const char *arg)
|
|||||||
if (!XvGrabPort(mDisplay, xv_p, CurrentTime))
|
if (!XvGrabPort(mDisplay, xv_p, CurrentTime))
|
||||||
{
|
{
|
||||||
xv_port = xv_p;
|
xv_port = xv_p;
|
||||||
mp_msg(MSGT_VO, MSGL_INFO,
|
mp_msg(MSGT_VO, MSGL_V,
|
||||||
MSGTR_LIBVO_XV_Adaptor, i, ai[i].name);
|
"[VO_XV] Using Xv Adapter #%d (%s)\n",
|
||||||
|
i, ai[i].name);
|
||||||
break;
|
break;
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user