|
FFmpeg
4.4.7
|
#include <inttypes.h>#include <stdint.h>#include <string.h>#include "avformat.h"#include "internal.h"#include "lrc.h"#include "metadata.h"#include "subtitles.h"#include "libavutil/bprint.h"#include "libavutil/dict.h"Go to the source code of this file.
Data Structures | |
| struct | LRCContext |
Functions | |
| static int64_t | find_header (const char *p) |
| static int64_t | count_ts (const char *p) |
| static int64_t | read_ts (const char *p, int64_t *start) |