mirror of https://github.com/mpv-player/mpv
query vaa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4382 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b337aa2029
commit
f3de6e6b83
|
@ -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: ==========================
|
||||
|
|
Loading…
Reference in New Issue