PJS (Phoenix Japanimation Society) subtitles format demuxer.
More...
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
Go to the source code of this file.
PJS (Phoenix Japanimation Society) subtitles format demuxer.
- See Also
- http://subs.com.ru/page.php?al=pjs
Definition in file pjsdec.c.
static int64_t read_ts |
( |
char ** |
line, |
|
|
int * |
duration |
|
) |
| |
|
static |
static int pjs_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.name = "pjs",
.extensions = "pjs",
}
Definition at line 128 of file pjsdec.c.