SubViewer subtitle demuxer.
More...
#include "avformat.h"
#include "internal.h"
#include "subtitles.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.
Detailed Description
SubViewer subtitle demuxer.
- See Also
- https://en.wikipedia.org/wiki/SubViewer
Definition in file subviewerdec.c.
Function Documentation
static int read_ts |
( |
const char * |
s, |
|
|
int64_t * |
start, |
|
|
int * |
duration |
|
) |
| |
|
static |
static int subviewer_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Variable Documentation
Initial value: {
.name = "subviewer",
.extensions = "sub",
}
Definition at line 184 of file subviewerdec.c.