![]() |
Blender V2.61 - r43446
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include "AVI_avi.h"#include "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) |
Definition in file endian.c.
| void awrite | ( | AviMovie * | movie, |
| void * | datain, | ||
| int | block, | ||
| int | size, | ||
| FILE * | fp, | ||
| int | type | ||
| ) |
Definition at line 168 of file endian.c.
References AVI_BITMAPH, AVI_CHUNK, AVI_INDEXE, AVI_LIST, AVI_MAINH, AVI_MJPEGU, AVI_RAW, AVI_STREAMH, data, MEM_freeN(), and MEM_mallocN().
Referenced by AVI_close_compress(), AVI_open_compress(), AVI_set_compress_option(), and AVI_write_frame().