| FFmpeg
    | 
structure containing the whole split ASS data More...
#include <ass_split.h>
| Data Fields | |
| ASSScriptInfo | script_info | 
| general information about the SSA script  More... | |
| ASSStyle * | styles | 
| array of split out styles  More... | |
| int | styles_count | 
| number of ASSStyle in the styles array  More... | |
| ASSDialog * | dialogs | 
| array of split out dialogs  More... | |
| int | dialogs_count | 
| number of ASSDialog in the dialogs array  More... | |
structure containing the whole split ASS data
Definition at line 89 of file ass_split.h.
| ASSScriptInfo ASS::script_info | 
general information about the SSA script
Definition at line 90 of file ass_split.h.
| ASSStyle* ASS::styles | 
array of split out styles
Definition at line 91 of file ass_split.h.
Referenced by ff_ass_style_get().
| int ASS::styles_count | 
number of ASSStyle in the styles array
Definition at line 92 of file ass_split.h.
Referenced by ff_ass_style_get().
| ASSDialog* ASS::dialogs | 
array of split out dialogs
Definition at line 93 of file ass_split.h.
Referenced by ff_ass_split_dialog().
| int ASS::dialogs_count | 
number of ASSDialog in the dialogs array
Definition at line 94 of file ass_split.h.
Referenced by ff_ass_split_dialog().
 1.8.6
 1.8.6