From bf83773c797727d2783fafd7289f8255b3059ee3 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 1 Sep 2002 14:06:23 +0000 Subject: typo CVS patchset: 2581 CVS date: 2002/09/01 14:06:23 --- 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 cc8206de1..00face10f 100644 --- a/src/demuxers/demux_idcin.c +++ b/src/demuxers/demux_idcin.c @@ -53,7 +53,7 @@ * color palette, apparently. Some creation tools specify red, green, and * blue palette components in terms of 6-bit VGA color DAC values which * range from 0..63. Other tools specify the RGB components as full 8-bit - * values that range from 0..63. Since there are no markers in the file to + * values that range from 0..255. Since there are no markers in the file to * differentiate between the two variants, this demuxer uses the following * heuristic: * - load the 768 palette bytes from disk @@ -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.5 2002/09/01 06:43:26 tmmm Exp $ + * $Id: demux_idcin.c,v 1.6 2002/09/01 14:06:23 tmmm Exp $ */ #ifdef HAVE_CONFIG_H -- cgit v1.2.3