diff 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
line wrap: on
line diff
--- a/fli.c	Sun Dec 23 22:09:02 2001 +0000
+++ b/fli.c	Sun Dec 23 22:20:46 2001 +0000
@@ -25,7 +25,7 @@
 // to index 4-byte entries
 static unsigned char palette[256 * 4];
 
-void AVI_Decode_Fli(
+void Decode_Fli(
   unsigned char *encoded,
   int encoded_size,
   unsigned char *decoded,