| 
    FFmpeg
    
   | 
 
Data Fields | |
| AVClass * | class | 
| AVFormatContext * | ctx | 
| 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 | 
| AVFormatContext* CACAContext::ctx | 
Definition at line 28 of file caca.c.
Referenced by caca_write_header(), and list_drivers().
| 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().
| int CACAContext::window_height | 
Definition at line 30 of file caca.c.
Referenced by caca_write_header(), and caca_write_packet().
| 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().
| 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().
 1.8.2