20 #ifndef SIMAGE_AVIENC_SUPPORT 21 #error "This file should not be used under the current configuration!" 28 void *
avi_begin_encode(
const char *filename,
int width,
int height,
int fps,
const char *preferences_filename);
int avi_encode_bitmap(void *handle, unsigned char *buf, int rgb2bgr)
Definition: avi_encode.c:268
int avi_end_encode(void *handle)
Definition: avi_encode.c:325
void * avi_begin_encode(const char *filename, int width, int height, int fps, const char *preferences_filename)
Definition: avi_encode.c:70