diff options
author | Torsten Jager <t.jager@gmx.de> | 2014-04-30 16:29:40 +0200 |
---|---|---|
committer | Torsten Jager <t.jager@gmx.de> | 2014-04-30 16:29:40 +0200 |
commit | 843cf94087282006214471f701e7b9731ba24249 (patch) | |
tree | f88945e27c3e3f4c2a8fbb3f581fbac73471e09d | |
parent | 849000ac83649822fc7c8e9389cd096dd6feee27 (diff) | |
download | xine-lib-843cf94087282006214471f701e7b9731ba24249.tar.gz xine-lib-843cf94087282006214471f701e7b9731ba24249.tar.bz2 |
vo_vaapi: fix description.
-rw-r--r-- | src/video_out/video_out_vaapi.c | 4 |
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; |