libcaption
|
#include "avc.h"
#include "srt.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Macros | |
#define | MAX_SRT_SIZE (10 * 1024 * 1024) |
#define | MAX_READ_SIZE 4096 |
Functions | |
size_t | read_file (FILE *file, utf8_char_t *data, size_t size) |
int | main (int argc, char **argv) |
#define MAX_READ_SIZE 4096 |
#define MAX_SRT_SIZE (10 * 1024 * 1024) |
int main | ( | int | argc, |
char ** | argv ) |
size_t read_file | ( | FILE * | file, |
utf8_char_t * | data, | ||
size_t | size ) |