FFmpeg
|
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "avio_internal.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Data Structures | |
struct | SubViewerContext |
Functions | |
static int | subviewer_probe (const AVProbeData *p) |
static int | get_multiplier (int e) |
static int | read_ts (const char *s, int64_t *start, int *duration) |
static int | subviewer_read_header (AVFormatContext *s) |
Variables | |
const AVInputFormat | ff_subviewer_demuxer |
SubViewer subtitle demuxer
Definition in file subviewerdec.c.
|
static |
Definition at line 39 of file subviewerdec.c.
Definition at line 53 of file subviewerdec.c.
Referenced by read_ts().
Definition at line 62 of file subviewerdec.c.
Referenced by subviewer_read_header().
|
static |
Definition at line 85 of file subviewerdec.c.
const AVInputFormat ff_subviewer_demuxer |
Definition at line 188 of file subviewerdec.c.