diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-28 21:32:32 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-28 21:32:32 +0000 |
commit | 64bedd9683e4c7d029dff71a92a3b7036d8e0f93 (patch) | |
tree | 61d1034d66d0833ebffba324f8c47592f41b360d /mplayer.c | |
parent | 56e2afddf96abb82b9c0aa11b8088254007089e9 (diff) | |
download | mpv-64bedd9683e4c7d029dff71a92a3b7036d8e0f93.tar.bz2 mpv-64bedd9683e4c7d029dff71a92a3b7036d8e0f93.tar.xz |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7125 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -105,11 +105,6 @@ play_tree_t* playtree; m_config_t* mconfig; -/************************************************************************** - Video accelerated architecture -**************************************************************************/ -vo_vaa_t vo_vaa; - //**************************************************************************// // Config file //**************************************************************************// @@ -510,13 +505,10 @@ int i; int gui_no_filename=0; -//vo_tune_info_t vtune; - mp_msg_init(); mp_msg_set_level(MSGL_STATUS); mp_msg(MSGT_CPLAYER,MSGL_INFO,banner_text); -// memset(&vtune,0,sizeof(vo_tune_info_t)); /* Test for cpu capabilities (and corresponding OS support) for optimizing */ #ifdef ARCH_X86 GetCpuCaps(&gCpuCaps); |