Blender
V3.3
|
#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.
Definition at line 133 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(), type, and void.
Referenced by AVI_close_compress(), AVI_open_compress(), AVI_set_compress_option(), and AVI_write_frame().