summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_vidix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/video_out_vidix.c')
-rw-r--r--src/video_out/video_out_vidix.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/video_out/video_out_vidix.c b/src/video_out/video_out_vidix.c
index 1d70f9f97..55c1a5da2 100644
--- a/src/video_out/video_out_vidix.c
+++ b/src/video_out/video_out_vidix.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_vidix.c,v 1.1 2002/06/01 14:08:37 f1rmb Exp $
+ * $Id: video_out_vidix.c,v 1.2 2002/06/12 12:22:38 f1rmb Exp $
*
* video_out_vidix.c
*
@@ -860,12 +860,13 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) {
static vo_info_t vo_info_vidix = {
5,
"vidix",
- "xine video output plugin using libvidix",
+ NULL,
VISUAL_TYPE_X11,
4
};
vo_info_t *get_video_out_plugin_info() {
+ vo_info_vidix.description = _("xine video output plugin using libvidix");
return &vo_info_vidix;
}