From 843cf94087282006214471f701e7b9731ba24249 Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Wed, 30 Apr 2014 16:29:40 +0200 Subject: vo_vaapi: fix description. --- src/video_out/video_out_vaapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 - * 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; -- cgit v1.2.3