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

Data Fields

FFDemuxSubtitlesQueue q
 
unsigned int extra_index
 
int write_ts
 
int expected_readorder
 
DialogueLinedialogue_cache
 
DialogueLinelast_added_dialogue
 
int cache_size
 

Detailed Description

Definition at line 30 of file assdec.c.

Field Documentation

FFDemuxSubtitlesQueue ASSContext::q

Definition at line 31 of file assdec.c.

Referenced by ass_read_close(), ass_read_header(), ass_read_packet(), and ass_read_seek().

unsigned int ASSContext::extra_index

Definition at line 33 of file assenc.c.

Referenced by write_header(), and write_trailer().

int ASSContext::write_ts

Definition at line 34 of file assenc.c.

Referenced by write_header(), and write_packet().

int ASSContext::expected_readorder

Definition at line 35 of file assenc.c.

Referenced by purge_dialogues(), and write_packet().

DialogueLine* ASSContext::dialogue_cache

Definition at line 36 of file assenc.c.

Referenced by insert_dialogue(), and purge_dialogues().

DialogueLine* ASSContext::last_added_dialogue

Definition at line 37 of file assenc.c.

Referenced by insert_dialogue(), and purge_dialogues().

int ASSContext::cache_size

Definition at line 38 of file assenc.c.

Referenced by insert_dialogue(), and purge_dialogues().


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