query vaa

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4382 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-01-27 17:02:38 +00:00
parent b337aa2029
commit f3de6e6b83
1 changed files with 5 additions and 1 deletions

View File

@ -110,6 +110,10 @@ play_tree_t* playtree;
m_config_t* mconfig;
/**************************************************************************
Video accelerated architecture
**************************************************************************/
vo_vaa_t vo_vaa;
//**************************************************************************//
// Config file
//**************************************************************************//
@ -1305,7 +1309,7 @@ current_module="init_libvo";
}
inited_flags|=INITED_VO;
mp_msg(MSGT_CPLAYER,MSGL_V,"INFO: Video OUT driver init OK!\n");
video_out->query_vaa(&vo_vaa);
fflush(stdout);
//================== MAIN: ==========================