summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-26 11:36:12 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-26 11:36:12 +0000
commitd5cc7d851c761976c77fbf9ab2777d4dbbcdcf7a (patch)
tree72a6621f45e229ea6e872d127065b0d72233d251
parentaf8b0038e7cbd5b58a30d5eb7883c2307f86c10a (diff)
downloadxine-lib-d5cc7d851c761976c77fbf9ab2777d4dbbcdcf7a.tar.gz
xine-lib-d5cc7d851c761976c77fbf9ab2777d4dbbcdcf7a.tar.bz2
forgotten init function renaming.
CVS patchset: 28 CVS date: 2001/04/26 11:36:12
-rw-r--r--src/video_out/video_out_xv.c7
1 files changed, 3 insertions, 4 deletions
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
-