summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authoral3x <al3x@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-21 22:34:25 +0000
committeral3x <al3x@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-21 22:34:25 +0000
commitb4045ad499f8ee7b7f14c1d351bc2b10e336faae (patch)
treecaf9f5cb63f9c63da2512a6a3a5c07b38101e7f8 /libvo/video_out.c
parent8a7fd61a022ff031837e0ca00a383dac01c4cadf (diff)
downloadmpv-b4045ad499f8ee7b7f14c1d351bc2b10e336faae.tar.bz2
mpv-b4045ad499f8ee7b7f14c1d351bc2b10e336faae.tar.xz
vo_subdevice implemented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1185 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 060b39df4c..3077af609e 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -42,6 +42,8 @@ int vo_dheight=0;
int vo_dbpp=0;
int vo_doublebuffering = 0;
+char *vo_subdevice = NULL;
+
//
// Externally visible list of all vo drivers
//