| 
    FFmpeg
    
   | 
 
#include "avformat.h"#include "demux.h"#include "internal.h"#include "subtitles.h"#include "libavutil/intreadwrite.h"#include "libavutil/avstring.h"Go to the source code of this file.
Data Structures | |
| struct | STLContext | 
Functions | |
| static int | stl_probe (const AVProbeData *p) | 
| static int64_t | get_pts (char **buf, int *duration) | 
| static int | stl_read_header (AVFormatContext *s) | 
Variables | |
| const FFInputFormat | ff_stl_demuxer | 
STL subtitles format demuxer
Definition in file stldec.c.
      
  | 
  static | 
Definition at line 55 of file stldec.c.
Referenced by stl_read_header().
      
  | 
  static | 
| const FFInputFormat ff_stl_demuxer | 
 1.8.17