Include dependency graph for subtitle_asa.c:

Data Structures | |
| struct | subtitle_t |
| struct | demux_sys_t |
Defines | |
| #define | SUB_DELAY_LONGTEXT N_("Apply a delay to all subtitles (in 1/10s, eg 100 means 10s).") |
| #define | SUB_FPS_LONGTEXT |
| #define | SUB_TYPE_LONGTEXT N_("Force the subtiles format. Use \"auto\", the set of supported values varies.") |
Functions | |
| static int | Open (vlc_object_t *p_this) |
| static void | Close (vlc_object_t *p_this) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | Demux (demux_t *) |
| static int | Control (demux_t *, int, va_list) |
| static void | Fix (demux_t *) |
| static int | ProcessLine (demux_t *, void *, int64_t, int64_t, const char *, size_t) |
| #define SUB_DELAY_LONGTEXT N_("Apply a delay to all subtitles (in 1/10s, eg 100 means 10s).") |
| #define SUB_FPS_LONGTEXT |
Value:
N_("Override the normal frames per second settings. " \ "This will only affect frame-based subtitle formats without a fixed value.")
| #define SUB_TYPE_LONGTEXT N_("Force the subtiles format. Use \"auto\", the set of supported values varies.") |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
| static int Control | ( | demux_t * | , | |
| int | , | |||
| va_list | ||||
| ) | [static] |
| static int Demux | ( | demux_t * | ) | [static] |
| static void Fix | ( | demux_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
| static int ProcessLine | ( | demux_t * | , | |
| void * | , | |||
| int64_t | , | |||
| int64_t | , | |||
| const char * | , | |||
| size_t | ||||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1