diff libvo/video_out.c @ 29862:fbb1f57a313e

Added -name, -title and -use-filename-title options and implementation in X11 vos
author ptt
date Thu, 12 Nov 2009 09:21:53 +0000
parents 9ea49bcf3abc
children 12a49e9ca30e
line wrap: on
line diff
--- a/libvo/video_out.c	Wed Nov 11 22:26:38 2009 +0000
+++ b/libvo/video_out.c	Thu Nov 12 09:21:53 2009 +0000
@@ -79,6 +79,11 @@
 int vo_colorkey = 0x0000ff00; // default colorkey is green
                               // (0xff000000 means that colorkey has been disabled)
 
+// name to be used instead of the vo's default
+char *vo_winname;
+// title to be applied to movie window
+char *vo_wintitle;
+
 //
 // Externally visible list of all vo drivers
 //