FFmpeg
|
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/avstring.h"
Go to the source code of this file.
Data Structures | |
struct | STLContext |
Functions | |
static int | stl_probe (const AVProbeData *p) |
static int64_t | get_pts (char **buf, int *duration) |
static int | stl_read_header (AVFormatContext *s) |
Variables | |
const AVInputFormat | ff_stl_demuxer |
STL subtitles format demuxer
Definition in file stldec.c.
|
static |
|
static |
Definition at line 54 of file stldec.c.
Referenced by stl_read_header().
|
static |
const AVInputFormat ff_stl_demuxer |