FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AVISynthStream |
struct | AVISynthContext |
Functions | |
static int | avisynth_read_header (AVFormatContext *s) |
static int | avisynth_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | avisynth_read_close (AVFormatContext *s) |
static int | avisynth_read_seek (AVFormatContext *s, int stream_index, int64_t pts, int flags) |
Variables | |
AVInputFormat | ff_avisynth_demuxer |
|
static |
Definition at line 44 of file avisynth.c.
|
static |
Definition at line 166 of file avisynth.c.
|
static |
Definition at line 199 of file avisynth.c.
|
static |
Definition at line 215 of file avisynth.c.
AVInputFormat ff_avisynth_demuxer |
Definition at line 228 of file avisynth.c.