libcaption
|
Macros | |
#define | CAPTION_METHOD_SEI_708 0 |
#define | CAPTION_METHOD_AMF_708 1 |
#define | CAPTION_METHOD_AMF_UTF8 2 |
#define | CAPTION_METHOD CAPTION_METHOD_SEI_708 |
Functions | |
void | get_dudes (char *str) |
void | write_amfcaptions_708 (FILE *out, uint32_t timestamp, const char *text) |
void | write_amfcaptions_utf8 (FILE *out, uint32_t timestamp, const utf8_char_t *text) |
int | main (int argc, char **argv) |
#define CAPTION_METHOD CAPTION_METHOD_SEI_708 |
#define CAPTION_METHOD_AMF_708 1 |
#define CAPTION_METHOD_AMF_UTF8 2 |
#define CAPTION_METHOD_SEI_708 0 |
void get_dudes | ( | char * | str | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void write_amfcaptions_708 | ( | FILE * | out, |
uint32_t | timestamp, | ||
const char * | text | ||
) |
void write_amfcaptions_utf8 | ( | FILE * | out, |
uint32_t | timestamp, | ||
const utf8_char_t * | text | ||
) |