summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-10 15:31:26 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-10 15:31:26 +0000
commitf774df718535ffe3bb5a850a8b2092a5e3611614 (patch)
treebd31b857188b5c45b9a6c0c9bb8dec6a7dc0b400 /include
parentd0dda56ad1f8f852455d87b2570f40c9dda10a36 (diff)
downloadxine-lib-f774df718535ffe3bb5a850a8b2092a5e3611614.tar.gz
xine-lib-f774df718535ffe3bb5a850a8b2092a5e3611614.tar.bz2
Forgot to update xine.h.tmpl.in with the new video_out api.
CVS patchset: 1384 CVS date: 2002/01/10 15:31:26
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 3e9f59dd9..986066d4a 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.73 2002/01/08 16:47:56 cvogler Exp $
+ * $Id: xine.h.tmpl.in,v 1.74 2002/01/10 15:31:26 jcdutton Exp $
*
*/
@@ -476,6 +476,11 @@ struct vo_driver_s {
*/
void (*exit) (vo_driver_t *self);
+ /**
+ * Get driver name etc.
+ */
+ vo_info_t* (*get_info) ();
+
};
/** @} end of video_group */