FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Screen Struct Reference

Data Fields

uint8_t characters [SCREEN_ROWS][SCREEN_COLUMNS+1]
 
uint8_t colors [SCREEN_ROWS][SCREEN_COLUMNS+1]
 
uint8_t fonts [SCREEN_ROWS][SCREEN_COLUMNS+1]
 
int16_t row_used
 

Detailed Description

Definition at line 137 of file ccaption_dec.c.

Field Documentation

uint8_t Screen::characters[SCREEN_ROWS][SCREEN_COLUMNS+1]
uint8_t Screen::colors[SCREEN_ROWS][SCREEN_COLUMNS+1]

Definition at line 140 of file ccaption_dec.c.

Referenced by roll_up().

uint8_t Screen::fonts[SCREEN_ROWS][SCREEN_COLUMNS+1]

Definition at line 141 of file ccaption_dec.c.

Referenced by roll_up().

int16_t Screen::row_used

Definition at line 148 of file ccaption_dec.c.

Referenced by handle_char(), handle_edm(), handle_textattr(), reap_screen(), and roll_up().


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