FFmpeg
|
libavformat/c93.c File Reference
Include dependency graph for libavformat/c93.c:
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 |
Macro Definition Documentation
#define C93_FIRST_FRAME 0x02 |
Definition at line 104 of file libavformat/c93.c.
Referenced by read_packet().
#define C93_HAS_PALETTE 0x01 |
Definition at line 103 of file libavformat/c93.c.
Referenced by read_packet().
Function Documentation
|
static |
Definition at line 46 of file libavformat/c93.c.
|
static |
Definition at line 60 of file libavformat/c93.c.
|
static |
Definition at line 106 of file libavformat/c93.c.
Variable Documentation
AVInputFormat ff_c93_demuxer |
Initial value:
= {
.name = "c93",
.long_name = NULL_IF_CONFIG_SMALL("Interplay C93"),
.priv_data_size = sizeof(C93DemuxContext),
.read_probe = probe,
}
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/c93.c:106
Definition: libavformat/c93.c:33
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition at line 195 of file libavformat/c93.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11