diff options
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/video_out.c | 2 | ||||
-rw-r--r-- | libvo/video_out.h | 2 |
2 files changed, 4 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 // diff --git a/libvo/video_out.h b/libvo/video_out.h index 394a10d7dc..fd18bc7598 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -104,3 +104,5 @@ extern int vo_dwidth; extern int vo_dheight; extern int vo_dbpp; +extern char *vo_subdevice; + |