| 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 | 
Detailed Description
Field Documentation
| char* CACAContext::algorithm | 
Definition at line 36 of file caca.c.
Referenced by caca_write_header().
| char * CACAContext::antialias | 
Definition at line 36 of file caca.c.
Referenced by caca_write_header().
| 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.
Referenced by caca_write_header().
| char * CACAContext::color | 
Definition at line 37 of file caca.c.
Referenced by caca_write_header().
| 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:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11