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

Go to the source code of this file.

Functions

voidavi_converter_from_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, const size_t *size)
 
voidavi_converter_to_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, size_t *size)
 

Detailed Description

This is external code. Converts RGB-type AVI files.

Definition in file avi_rgb.c.

Function Documentation

◆ avi_converter_from_avi_rgb()

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

◆ avi_converter_to_avi_rgb()

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