Blender  V3.3
Functions
avi_rgb32.c File Reference
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "IMB_imbuf.h"
#include "AVI_avi.h"
#include "avi_rgb32.h"

Go to the source code of this file.

Functions

voidavi_converter_from_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, size_t *size)
 
voidavi_converter_to_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, size_t *size)
 

Detailed Description

This is external code. Converts between rgb32 and avi.

Definition in file avi_rgb32.c.

Function Documentation

◆ avi_converter_from_rgb32()

void* avi_converter_from_rgb32 ( AviMovie movie,
int  stream,
unsigned char *  buffer,
size_t *  size 
)

◆ avi_converter_to_rgb32()

void* avi_converter_to_rgb32 ( AviMovie movie,
int  stream,
unsigned char *  buffer,
size_t *  size 
)