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.
◆ pjs_probe()
◆ read_ts()
  
  | 
        
          | static int64_t read_ts | ( | char ** | line, |  
          |  |  | int * | duration |  
          |  | ) |  |  |  | static | 
 
 
◆ pjs_read_header()
◆ pjs_read_packet()
◆ pjs_read_seek()
  
  | 
        
          | static int pjs_read_seek | ( | AVFormatContext * | s, |  
          |  |  | int | stream_index, |  
          |  |  | int64_t | min_ts, |  
          |  |  | int64_t | ts, |  
          |  |  | int64_t | max_ts, |  
          |  |  | int | flags |  
          |  | ) |  |  |  | static | 
 
 
◆ pjs_read_close()
◆ ff_pjs_demuxer
Initial value:= {
    .name           = "pjs",
    .extensions     = "pjs",
}
static int pjs_read_close(AVFormatContext *s)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int pjs_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
static int pjs_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int pjs_read_header(AVFormatContext *s)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int pjs_probe(AVProbeData *p)
Definition at line 128 of file pjsdec.c.