PJS (Phoenix Japanimation Society) subtitles format demuxer.
More...
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
PJS (Phoenix Japanimation Society) subtitles format demuxer.
- See also
- http://subs.com.ru/page.php?al=pjs
§ ff_pjs_demuxer
Initial value:= {
.name = "pjs",
.read_probe = pjs_probe,
.read_header = pjs_read_header,
.read_packet = pjs_read_packet,
.read_seek2 = pjs_read_seek,
.read_close = pjs_read_close,
.extensions = "pjs",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186