FFmpeg
|
Include dependency graph for cdg.c:
Go to the source code of this file.
Macros | |
#define | CDG_PACKET_SIZE 24 |
#define | CDG_COMMAND 0x09 |
#define | CDG_MASK 0x3F |
Functions | |
static int | read_header (AVFormatContext *s) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_cdg_demuxer |
Macro Definition Documentation
#define CDG_COMMAND 0x09 |
Definition at line 26 of file cdg.c.
Referenced by read_packet().
#define CDG_MASK 0x3F |
Definition at line 27 of file cdg.c.
Referenced by read_packet().
#define CDG_PACKET_SIZE 24 |
Definition at line 25 of file cdg.c.
Referenced by read_header(), and read_packet().
Function Documentation
|
static |
|
static |
Variable Documentation
AVInputFormat ff_cdg_demuxer |
Initial value:
= {
.name = "cdg",
.long_name = NULL_IF_CONFIG_SMALL("CD Graphics"),
.read_header = read_header,
.read_packet = read_packet,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "cdg",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11