comparison 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
comparison
equal deleted inserted replaced
29861:356c49d60826 29862:fbb1f57a313e
76 char *vo_subdevice = NULL; 76 char *vo_subdevice = NULL;
77 int vo_directrendering=0; 77 int vo_directrendering=0;
78 78
79 int vo_colorkey = 0x0000ff00; // default colorkey is green 79 int vo_colorkey = 0x0000ff00; // default colorkey is green
80 // (0xff000000 means that colorkey has been disabled) 80 // (0xff000000 means that colorkey has been disabled)
81
82 // name to be used instead of the vo's default
83 char *vo_winname;
84 // title to be applied to movie window
85 char *vo_wintitle;
81 86
82 // 87 //
83 // Externally visible list of all vo drivers 88 // Externally visible list of all vo drivers
84 // 89 //
85 extern vo_functions_t video_out_mga; 90 extern vo_functions_t video_out_mga;