From 6a57fa96f65018f48bed7d086d34af54e85a1960 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Wed, 23 Oct 2002 02:29:02 +0000 Subject: CIN not MVE CVS patchset: 2948 CVS date: 2002/10/23 02:29:02 --- src/demuxers/demux_idcin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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]; -- cgit v1.2.3