summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 816cec3688..55c28d0a87 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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: ==========================