summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-04-08 17:51:23 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-04-08 17:51:23 +0000
commit539b793ffedae08c1b5f9196bc372efd086ad079 (patch)
tree17e9fb86d5bd2ef392a5468abc0e49656c1bc439 /src
parent2ce98e8fe09f25d4d42897c6c0891e294787e18a (diff)
downloadxine-lib-539b793ffedae08c1b5f9196bc372efd086ad079.tar.gz
xine-lib-539b793ffedae08c1b5f9196bc372efd086ad079.tar.bz2
CVS patchset: 4574 CVS date: 2003/04/08 17:51:23
Diffstat (limited to 'src')
-rw-r--r--src/input/input_dvd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index 279582890..2a9908446 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project,
+ * Copyright (C) 2000-2003 the xine project,
* Rich Wareham <richwareham@users.sourceforge.net>
*
* This file is part of xine, a free video player.
@@ -18,7 +18,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: input_dvd.c,v 1.150 2003/04/08 13:58:11 mroi Exp $
+ * $Id: input_dvd.c,v 1.151 2003/04/08 17:51:58 guenter Exp $
*
*/
@@ -1580,6 +1580,9 @@ static void *init_class (xine_t *xine, void *data) {
/*
* $Log: input_dvd.c,v $
+ * Revision 1.151 2003/04/08 17:51:58 guenter
+ * beta10
+ *
* Revision 1.150 2003/04/08 13:58:11 mroi
* fix compilation problems
*