|
FFmpeg
4.4.6
|
SubViewer subtitle demuxer. More...
#include "avformat.h"#include "internal.h"#include "subtitles.h"#include "avio_internal.h"#include "libavcodec/internal.h"#include "libavutil/avstring.h"#include "libavutil/bprint.h"#include "libavutil/intreadwrite.h"Go to the source code of this file.
Data Structures | |
| struct | SubViewerContext |
Functions | |
| static int | subviewer_probe (const AVProbeData *p) |
| static int | get_multiplier (int e) |
| static int | read_ts (const char *s, int64_t *start, int *duration) |
| static int | subviewer_read_header (AVFormatContext *s) |
| static int | subviewer_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | subviewer_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
| static int | subviewer_read_close (AVFormatContext *s) |
Variables | |
| AVInputFormat | ff_subviewer_demuxer |
SubViewer subtitle demuxer.
Definition in file subviewerdec.c.
|
static |
Definition at line 40 of file subviewerdec.c.
Definition at line 54 of file subviewerdec.c.
Referenced by read_ts().
Definition at line 63 of file subviewerdec.c.
Referenced by subviewer_read_header().
|
static |
Definition at line 86 of file subviewerdec.c.
|
static |
Definition at line 191 of file subviewerdec.c.
|
static |
Definition at line 197 of file subviewerdec.c.
|
static |
Definition at line 205 of file subviewerdec.c.
| AVInputFormat ff_subviewer_demuxer |
Definition at line 212 of file subviewerdec.c.