libcaption
|
#include "avc.h"
#include "flv.h"
#include "srt.h"
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Macros | |
#define | MAX_SRT_SIZE (1 * 1024 * 1024) |
Functions | |
size_t | fd_read (int fd, uint8_t *data, size_t size, int *eof) |
srt_t * | srt_from_fd (int fd) |
int | main (int argc, char **argv) |
Variables | |
size_t | g_srt_size = 0 |
utf8_char_t | g_srt_data [MAX_SRT_SIZE] |
#define MAX_SRT_SIZE (1 * 1024 * 1024) |
size_t fd_read | ( | int | fd, |
uint8_t * | data, | ||
size_t | size, | ||
int * | eof ) |
int main | ( | int | argc, |
char ** | argv ) |
srt_t * srt_from_fd | ( | int | fd | ) |
utf8_char_t g_srt_data[MAX_SRT_SIZE] |
size_t g_srt_size = 0 |