Category : C Source Code
Archive   : FLILIB.ZIP
Filename : AAFLISAV.H
Output of file : AAFLISAV.H contained in archive : FLILIB.ZIP
#ifndef AAFLISAV_H
#define AAFLISAV_H
#ifndef AAFLI_H
#include "aafli.h"
#endif /* AAFLI_H */
/* Compress a frame into a RAM buffer. Return size of frame. */
long fli_comp_frame(Cbuf *comp_buf, /* Buffer FLI_CBUF_SIZE or bigger */
Pixel *last_screen, Cmap *last_cmap, /* Data from previous frame */
Pixel *this_screen, Cmap *this_cmap, /* Data for this frame */
int type); /* FLI_BRUN? FLI_LC? */
/* Open FLI file and write out first frame. Return file handle if things
go well, error code otherwise */
Jfile fli_create(char *fliname, /* file name */
Fli_head *fh, /* fli_create will initialize this */
int speed); /* Speed in 1/70th of a second */
/* Write succeeding frames of a FLI. */
Errval fli_write_next(Jfile ff, /* FLI file returned by fli_create */
Fli_head *fh, /* Same header used by fli_create */
Vscreen *this, /* Current frame */
Vscreen *last); /* Previous frame */
/* Finish up writing a FLI file...
Write the 'ring frame', that is the difference between the first and
last frame of a fli. Pass in the final frame of the FLI in last_frame.
firstf_buf will be loaded with the first frame of the FLI as a side
effect. */
Errval fli_end(Jfile ff, Fli_head *fh,
Vscreen *end_frame, Vscreen *firstf_buf);
#endif /* AAFLISAV_H */
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/