changeset 1184:e8c3f89ecd96

vo_subdevice implemented
author al3x
date Thu, 21 Jun 2001 22:34:25 +0000
parents 6fbcfe7f7f10
children e21c96e28062
files libvo/video_out.c libvo/video_out.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Thu Jun 21 22:34:02 2001 +0000
+++ b/libvo/video_out.c	Thu Jun 21 22:34:25 2001 +0000
@@ -42,6 +42,8 @@
 int vo_dbpp=0;
 int vo_doublebuffering = 0;
 
+char *vo_subdevice = NULL;
+
 //
 // Externally visible list of all vo drivers
 //
--- a/libvo/video_out.h	Thu Jun 21 22:34:02 2001 +0000
+++ b/libvo/video_out.h	Thu Jun 21 22:34:25 2001 +0000
@@ -104,3 +104,5 @@
 extern int vo_dheight;
 extern int vo_dbpp;
 
+extern char *vo_subdevice;
+