comparison fli.c @ 3687:7fb817c9060b

This commit adds initial support for Quicktime Animation (RLE) video. It also fixes a FLI function name (FLI is not an AVI decoder).
author melanson
date Sun, 23 Dec 2001 22:20:46 +0000
parents 21c7b77b3e83
children 04ca2b6ddb1e
comparison
equal deleted inserted replaced
3686:bed6226ffb46 3687:7fb817c9060b
23 23
24 // 256 RGB entries; 25% of these bytes will be unused, but it's faster 24 // 256 RGB entries; 25% of these bytes will be unused, but it's faster
25 // to index 4-byte entries 25 // to index 4-byte entries
26 static unsigned char palette[256 * 4]; 26 static unsigned char palette[256 * 4];
27 27
28 void AVI_Decode_Fli( 28 void Decode_Fli(
29 unsigned char *encoded, 29 unsigned char *encoded,
30 int encoded_size, 30 int encoded_size,
31 unsigned char *decoded, 31 unsigned char *decoded,
32 int width, 32 int width,
33 int height, 33 int height,