FFmpeg  1.2.12
Data Fields
CACAContext Struct Reference

Data Fields

AVClassclass
AVFormatContextctx
char * window_title
int window_width
int window_height
caca_canvas_t * canvas
caca_display_t * display
caca_dither_t * dither
char * algorithm
char * antialias
char * charset
char * color
char * driver
char * list_dither
int list_drivers

Detailed Description

Definition at line 26 of file caca.c.

Field Documentation

char* CACAContext::algorithm

Definition at line 36 of file caca.c.

char * CACAContext::antialias

Definition at line 36 of file caca.c.

caca_canvas_t* CACAContext::canvas

Definition at line 32 of file caca.c.

Referenced by caca_write_header(), caca_write_packet(), and caca_write_trailer().

char* CACAContext::charset

Definition at line 37 of file caca.c.

AVClass* CACAContext::class

Definition at line 27 of file caca.c.

char * CACAContext::color

Definition at line 37 of file caca.c.

AVFormatContext* CACAContext::ctx

Definition at line 28 of file caca.c.

Referenced by caca_write_header(), and list_drivers().

caca_display_t* CACAContext::display

Definition at line 33 of file caca.c.

Referenced by caca_write_header(), caca_write_packet(), and caca_write_trailer().

caca_dither_t* CACAContext::dither

Definition at line 34 of file caca.c.

Referenced by caca_write_header(), caca_write_packet(), and caca_write_trailer().

char* CACAContext::driver

Definition at line 38 of file caca.c.

Referenced by caca_write_header().

char* CACAContext::list_dither

Definition at line 40 of file caca.c.

Referenced by caca_write_header().

int CACAContext::list_drivers

Definition at line 41 of file caca.c.

Referenced by caca_write_header().

int CACAContext::window_height

Definition at line 30 of file caca.c.

Referenced by caca_write_header(), and caca_write_packet().

char* CACAContext::window_title

Definition at line 29 of file caca.c.

Referenced by caca_write_header(), and caca_write_trailer().

int CACAContext::window_width

Definition at line 30 of file caca.c.

Referenced by caca_write_header(), and caca_write_packet().


The documentation for this struct was generated from the following file: