From 2f922b51c9eeffbc517b95c2c4de7c68087c57f7 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Tue, 30 Apr 2002 20:06:16 +0000 Subject: biBitCount information not needed for cinepak movies CVS patchset: 1820 CVS date: 2002/04/30 20:06:16 --- src/libxinevdec/cinepak.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/libxinevdec/cinepak.c b/src/libxinevdec/cinepak.c index d472ef4d6..35506b40d 100644 --- a/src/libxinevdec/cinepak.c +++ b/src/libxinevdec/cinepak.c @@ -22,7 +22,7 @@ * based on overview of Cinepak algorithm and example decoder * by Tim Ferguson: http://www.csse.monash.edu.au/~timf/ * - * $Id: cinepak.c,v 1.1 2002/04/30 08:28:10 esnel Exp $ + * $Id: cinepak.c,v 1.2 2002/04/30 20:06:16 esnel Exp $ */ #include @@ -78,7 +78,6 @@ typedef struct cvid_decoder_s { long biWidth; long biHeight; - short biBitCount; uint8_t *img_buffer; cvid_strip_t strips[MAX_STRIPS]; -- cgit v1.2.3