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 AVInputFormat | ff_moflex_demuxer |
|
static |
Definition at line 44 of file moflex.c.
Referenced by moflex_read_packet(), pop_int(), and pop_length().
|
static |
Definition at line 58 of file moflex.c.
Referenced by moflex_read_packet().
|
static |
Definition at line 75 of file moflex.c.
Referenced by moflex_read_packet().
|
static |
Definition at line 87 of file moflex.c.
Referenced by moflex_read_sync().
|
static |
|
static |
Definition at line 155 of file moflex.c.
Referenced by moflex_read_header(), and moflex_read_packet().
|
static |
|
static |
|
static |
|
static |
const AVInputFormat ff_moflex_demuxer |