From d5cc7d851c761976c77fbf9ab2777d4dbbcdcf7a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 26 Apr 2001 11:36:12 +0000 Subject: forgotten init function renaming. CVS patchset: 28 CVS date: 2001/04/26 11:36:12 --- src/video_out/video_out_xv.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 14516ca80..f43df84da 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.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_xv.c,v 1.2 2001/04/26 11:31:35 f1rmb Exp $ + * $Id: video_out_xv.c,v 1.3 2001/04/26 11:36:12 f1rmb Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -667,8 +667,8 @@ static char *xv_get_identifier(void) { return "X11_XV"; } -vo_driver_t *init_video_out_xv (int iface, config_values_t *config, - void *visual, int visual_type) { +vo_driver_t *init_video_out_plugin (int iface, config_values_t *config, + void *visual, int visual_type) { xv_driver_t *this; Display *display = NULL; @@ -940,4 +940,3 @@ vo_driver_t *init_video_out_xv (int iface, config_values_t *config, } #endif - -- cgit v1.2.3