| 
    FFmpeg
    
   | 
 
VPlayer subtitles format demuxer. More...
Go to the source code of this file.
Data Structures | |
| struct | VPlayerContext | 
Functions | |
| static int | vplayer_probe (AVProbeData *p) | 
| static int64_t | read_ts (char **line) | 
| static int | vplayer_read_header (AVFormatContext *s) | 
| static int | vplayer_read_packet (AVFormatContext *s, AVPacket *pkt) | 
| static int | vplayer_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) | 
| static int | vplayer_read_close (AVFormatContext *s) | 
Variables | |
| AVInputFormat | ff_vplayer_demuxer | 
VPlayer subtitles format demuxer.
Definition in file vplayerdec.c.
      
  | 
  static | 
Definition at line 34 of file vplayerdec.c.
      
  | 
  static | 
Definition at line 45 of file vplayerdec.c.
Referenced by vplayer_read_header().
      
  | 
  static | 
Definition at line 58 of file vplayerdec.c.
      
  | 
  static | 
Definition at line 98 of file vplayerdec.c.
      
  | 
  static | 
Definition at line 104 of file vplayerdec.c.
      
  | 
  static | 
Definition at line 112 of file vplayerdec.c.
| AVInputFormat ff_vplayer_demuxer | 
Definition at line 119 of file vplayerdec.c.
 1.8.6