summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-10-23 02:29:02 +0000
committerMike Melanson <mike@multimedia.cx>2002-10-23 02:29:02 +0000
commit6a57fa96f65018f48bed7d086d34af54e85a1960 (patch)
tree10c117d45fd9813c7a636f714b7759f4c3e48d52 /src
parent1481276ea7c9b6c3e04911ab5a2003d00a5b46da (diff)
downloadxine-lib-6a57fa96f65018f48bed7d086d34af54e85a1960.tar.gz
xine-lib-6a57fa96f65018f48bed7d086d34af54e85a1960.tar.bz2
CIN not MVE
CVS patchset: 2948 CVS date: 2002/10/23 02:29:02
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_idcin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_idcin.c b/src/demuxers/demux_idcin.c
index 6430f74af..68e41dde7 100644
--- a/src/demuxers/demux_idcin.c
+++ b/src/demuxers/demux_idcin.c
@@ -63,7 +63,7 @@
* - if any bytes exceed 63, do not shift the bytes at all before
* transmitting them to the video decoder
*
- * $Id: demux_idcin.c,v 1.18 2002/10/23 02:01:10 tmmm Exp $
+ * $Id: demux_idcin.c,v 1.19 2002/10/23 02:29:02 tmmm Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -322,7 +322,7 @@ static void *demux_idcin_loop (void *this_gen) {
return NULL;
}
-/* returns 1 if the MVE file was opened successfully, 0 otherwise */
+/* returns 1 if the CIN file was opened successfully, 0 otherwise */
static int open_idcin_file(demux_idcin_t *this) {
unsigned char header[IDCIN_HEADER_SIZE];