Blender  V3.3
Functions
avi_endian.c File Reference
#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)
 

Detailed Description

This is external code. Streams bytes to output depending on the endianness of the system.

Definition in file avi_endian.c.

Function Documentation

◆ awrite()

void awrite ( AviMovie movie,
void datain,
int  block,
int  size,
FILE *  fp,
int  type 
)