|
FFmpeg
|
STL subtitles format demuxer. More...
#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 (AVProbeData *p) |
| static int64_t | get_pts (char **buf, int *duration) |
| static int | stl_read_header (AVFormatContext *s) |
| static int | stl_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | stl_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
| static int | stl_read_close (AVFormatContext *s) |
Variables | |
| 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 |
|
static |
|
static |
|
static |
| AVInputFormat ff_stl_demuxer |
1.8.2