From 69a4881d048795bc58b3f3cb5eb5d5eec3b2d2b6 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 7 Apr 2002 02:12:15 +0000 Subject: vo_config_count now counts calls to vo->config() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5512 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 40a7123efb..842defb928 100644 --- a/mencoder.c +++ b/mencoder.c @@ -106,8 +106,9 @@ codecs_t *vfw_codec = NULL; Video accelerated architecture **************************************************************************/ vo_vaa_t vo_vaa; -int vo_doublebuffering; -int vo_directrendering; +int vo_doublebuffering=0; +int vo_directrendering=0; +int vo_config_count=0; //-------------------------- -- cgit v1.2.3