mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
happy new year
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14297 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
135f2ee34b
commit
e9a2cd5738
@ -391,7 +391,7 @@ unsigned int timer_start;
|
||||
|
||||
mp_msg_init();
|
||||
mp_msg_set_level(MSGL_STATUS);
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2004 MPlayer Team\n");
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2005 MPlayer Team\n");
|
||||
|
||||
/* Test for cpu capabilities (and corresponding OS support) for optimizing */
|
||||
GetCpuCaps(&gCpuCaps);
|
||||
|
@ -1003,7 +1003,7 @@ int gui_no_filename=0;
|
||||
mp_msg_init();
|
||||
mp_msg_set_level(MSGL_STATUS);
|
||||
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO, "MPlayer " VERSION " (C) 2000-2004 MPlayer Team\n");
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO, "MPlayer " VERSION " (C) 2000-2005 MPlayer Team\n");
|
||||
/* Test for cpu capabilities (and corresponding OS support) for optimizing */
|
||||
GetCpuCaps(&gCpuCaps);
|
||||
#ifdef ARCH_X86
|
||||
|
Loading…
Reference in New Issue
Block a user