#include "avformat.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
◆ CDG_PACKET_SIZE
| #define CDG_PACKET_SIZE 24 |
Definition at line 26 of file cdg.c.
◆ CDG_COMMAND
Definition at line 27 of file cdg.c.
◆ CDG_MASK
Definition at line 28 of file cdg.c.
◆ read_probe()
◆ read_header()
75 sectors/sec * 4 packets/sector = 300 packets/sec
Definition at line 46 of file cdg.c.
◆ read_packet()
Definition at line 70 of file cdg.c.
◆ ff_cdg_demuxer
Initial value:= {
.p.name = "cdg",
.p.extensions = "cdg",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 87 of file cdg.c.