|
Blender
V2.93
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "AVI_avi.h"#include "avi_endian.h"#include "avi_intern.h"Go to the source code of this file.
Functions | |
| void | awrite (AviMovie *movie, void *datain, int block, int size, FILE *fp, int type) |
This is external code. Streams bytes to output depending on the endianness of the system.
Definition in file avi_endian.c.
| void awrite | ( | AviMovie * | movie, |
| void * | datain, | ||
| int | block, | ||
| int | size, | ||
| FILE * | fp, | ||
| int | type | ||
| ) |
Definition at line 149 of file avi_endian.c.
References AVI_BITMAPH, AVI_CHUNK, AVI_INDEXE, AVI_LIST, AVI_MAINH, AVI_MJPEGU, AVI_RAW, AVI_STREAMH, data, MEM_freeN, MEM_mallocN, size(), and type.
Referenced by AVI_close_compress(), AVI_open_compress(), AVI_set_compress_option(), and AVI_write_frame().