Blender  V3.3
Functions
writeavi.c File Reference
#include <string.h>
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
#include "BKE_report.h"
#include "BKE_writeavi.h"

Go to the source code of this file.

Functions

static int start_stub (void *UNUSED(context_v), const Scene *UNUSED(scene), RenderData *UNUSED(rd), int UNUSED(rectx), int UNUSED(recty), ReportList *UNUSED(reports), bool UNUSED(preview), const char *UNUSED(suffix))
 
static void end_stub (void *UNUSED(context_v))
 
static int append_stub (void *UNUSED(context_v), RenderData *UNUSED(rd), int UNUSED(start_frame), int UNUSED(frame), int *UNUSED(pixels), int UNUSED(rectx), int UNUSED(recty), const char *UNUSED(suffix), ReportList *UNUSED(reports))
 
static voidcontext_create_stub (void)
 
static void context_free_stub (void *UNUSED(context_v))
 
bMovieHandleBKE_movie_handle_get (const char imtype)
 
void BKE_movie_filepath_get (char *string, const RenderData *rd, bool preview, const char *suffix)
 

Detailed Description

Functions for writing AVI-format files. Added interface for generic movie support (ton)

Definition in file writeavi.c.

Function Documentation

◆ append_stub()

static int append_stub ( void UNUSEDcontext_v,
RenderData UNUSEDrd,
int   UNUSEDstart_frame,
int   UNUSEDframe,
int *  UNUSEDpixels,
int   UNUSEDrectx,
int   UNUSEDrecty,
const char *  UNUSEDsuffix,
ReportList UNUSEDreports 
)
static

Definition at line 45 of file writeavi.c.

Referenced by BKE_movie_handle_get().

◆ BKE_movie_filepath_get()

void BKE_movie_filepath_get ( char *  string,
const RenderData rd,
bool  preview,
const char *  suffix 
)

◆ BKE_movie_handle_get()

bMovieHandle* BKE_movie_handle_get ( const char  imtype)

◆ context_create_stub()

static void* context_create_stub ( void  )
static

Definition at line 58 of file writeavi.c.

References NULL.

Referenced by BKE_movie_handle_get().

◆ context_free_stub()

static void context_free_stub ( void UNUSEDcontext_v)
static

Definition at line 63 of file writeavi.c.

Referenced by BKE_movie_handle_get().

◆ end_stub()

static void end_stub ( void UNUSEDcontext_v)
static

Definition at line 41 of file writeavi.c.

Referenced by BKE_movie_handle_get().

◆ start_stub()

static int start_stub ( void UNUSEDcontext_v,
const Scene UNUSEDscene,
RenderData UNUSEDrd,
int   UNUSEDrectx,
int   UNUSEDrecty,
ReportList UNUSEDreports,
bool   UNUSEDpreview,
const char *  UNUSEDsuffix 
)
static

Definition at line 29 of file writeavi.c.

Referenced by BKE_movie_handle_get().