FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | BitReader |
struct | MOFLEXDemuxContext |
Functions | |
static int | pop (BitReader *br, AVIOContext *pb) |
static int | pop_int (BitReader *br, AVIOContext *pb, int n) |
static int | pop_length (BitReader *br, AVIOContext *pb) |
static int | read_var_byte (AVFormatContext *s, unsigned *out) |
static int | moflex_probe (const AVProbeData *p) |
static int | moflex_read_sync (AVFormatContext *s) |
static int | moflex_read_header (AVFormatContext *s) |
static int | moflex_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | moflex_read_seek (AVFormatContext *s, int stream_index, int64_t pts, int flags) |
static int | moflex_read_close (AVFormatContext *s) |
Variables | |
const FFInputFormat | ff_moflex_demuxer |
|
static |
Definition at line 45 of file moflex.c.
Referenced by moflex_read_packet(), pop_int(), and pop_length().
|
static |
Definition at line 59 of file moflex.c.
Referenced by moflex_read_packet().
|
static |
Definition at line 76 of file moflex.c.
Referenced by moflex_read_packet().
|
static |
Definition at line 88 of file moflex.c.
Referenced by moflex_read_sync().
|
static |
|
static |
Definition at line 156 of file moflex.c.
Referenced by moflex_read_header(), and moflex_read_packet().
|
static |
|
static |
|
static |
|
static |
const FFInputFormat ff_moflex_demuxer |