FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | C93BlockRecord |
struct | C93DemuxContext |
Macros | |
#define | C93_HAS_PALETTE 0x01 |
#define | C93_FIRST_FRAME 0x02 |
Functions | |
static int | probe (AVProbeData *p) |
static int | read_header (AVFormatContext *s) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_c93_demuxer |
#define C93_HAS_PALETTE 0x01 |
Definition at line 103 of file c93.c.
Referenced by read_packet().
#define C93_FIRST_FRAME 0x02 |
Definition at line 104 of file c93.c.
Referenced by read_packet().
|
static |
|
static |
|
static |
AVInputFormat ff_c93_demuxer |