summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_out/video_out_vaapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_vaapi.c b/src/video_out/video_out_vaapi.c
index 5af03b897..92baa34c7 100644
--- a/src/video_out/video_out_vaapi.c
+++ b/src/video_out/video_out_vaapi.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2012 Edgar Hucek <gimli|@dark-green.com>
- * Copyright (C) 2012-2013 xine developers
+ * Copyright (C) 2012-2014 xine developers
*
* This file is part of xine, a free video player.
*
@@ -4014,7 +4014,7 @@ static void *vaapi_init_class (xine_t *xine, void *visual_gen) {
this->driver_class.open_plugin = vaapi_open_plugin;
this->driver_class.identifier = "vaapi";
- this->driver_class.description = N_("xine video output plugin using the MIT X video extension");
+ this->driver_class.description = N_("xine video output plugin using VAAPI");
this->driver_class.dispose = default_video_driver_class_dispose;
this->config = xine->config;
this->xine = xine;