summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libxinevdec/cinepak.c3
1 files changed, 1 insertions, 2 deletions
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 <stdlib.h>
@@ -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];