diff libvo/video_out.h @ 5511:7a24a067f0af

vo_config_count now counts calls to vo->config()
author arpi
date Sun, 07 Apr 2002 02:12:15 +0000
parents 9cecf4b10a4b
children b8d8d72776f2
line wrap: on
line diff
--- a/libvo/video_out.h	Sun Apr 07 02:11:10 2002 +0000
+++ b/libvo/video_out.h	Sun Apr 07 02:12:15 2002 +0000
@@ -191,6 +191,8 @@
 
 extern int vo_flags;
 
+extern int vo_config_count;
+
 // correct resolution/bpp on screen:  (should be autodetected by vo_init())
 extern int vo_depthonscreen;
 extern int vo_screenwidth;