diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-04-11 12:20:31 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-04-11 12:20:31 +0000 |
commit | c4e423537d77267ff859f20cefcbeaa4817d7199 (patch) | |
tree | 60bf60d3735d39384b35936a89a71b8223bf4a4a /src/input/vcd/libvcd/stream_stdio.c | |
parent | 79c5f9914c6476d31d64b85d0d34b31644732672 (diff) | |
download | xine-lib-c4e423537d77267ff859f20cefcbeaa4817d7199.tar.gz xine-lib-c4e423537d77267ff859f20cefcbeaa4817d7199.tar.bz2 |
libvcd 0.7.20, libcdio 0.68
CVS patchset: 6388
CVS date: 2004/04/11 12:20:31
Diffstat (limited to 'src/input/vcd/libvcd/stream_stdio.c')
-rw-r--r-- | src/input/vcd/libvcd/stream_stdio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/libvcd/stream_stdio.c b/src/input/vcd/libvcd/stream_stdio.c index e3a79a494..4eac0f6b3 100644 --- a/src/input/vcd/libvcd/stream_stdio.c +++ b/src/input/vcd/libvcd/stream_stdio.c @@ -1,5 +1,5 @@ /* - $Id: stream_stdio.c,v 1.1 2003/10/13 11:47:12 f1rmb Exp $ + $Id: stream_stdio.c,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $ Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org> @@ -37,7 +37,7 @@ #include "stream_stdio.h" #include "util.h" -static const char _rcsid[] = "$Id: stream_stdio.c,v 1.1 2003/10/13 11:47:12 f1rmb Exp $"; +static const char _rcsid[] = "$Id: stream_stdio.c,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $"; #define VCD_STREAM_STDIO_BUFSIZE (128*1024) |