summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_real.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-02-02 17:36:06 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-02-02 17:36:06 +0000
commitd24ab1a374a87333510c89ed692f9336433ec918 (patch)
tree065dd36be3cdad9d93ac096495c657606c4ad469 /src/demuxers/demux_real.c
parentfd3ac34684e6471972a9d9e8eea20370cc63cb92 (diff)
downloadxine-lib-d24ab1a374a87333510c89ed692f9336433ec918.tar.gz
xine-lib-d24ab1a374a87333510c89ed692f9336433ec918.tar.bz2
copyright updates and some code to catch late-starting ogg streams
CVS patchset: 4093 CVS date: 2003/02/02 17:36:06
Diffstat (limited to 'src/demuxers/demux_real.c')
-rw-r--r--src/demuxers/demux_real.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c
index fe9863d87..37d5f49f3 100644
--- a/src/demuxers/demux_real.c
+++ b/src/demuxers/demux_real.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -28,7 +28,7 @@
*
* Based on FFmpeg's libav/rm.c.
*
- * $Id: demux_real.c,v 1.40 2003/01/31 14:06:10 miguelfreitas Exp $
+ * $Id: demux_real.c,v 1.41 2003/02/02 17:36:06 guenter Exp $
*/
#ifdef HAVE_CONFIG_H