#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
§ CDG_PACKET_SIZE
#define CDG_PACKET_SIZE 24 |
§ CDG_COMMAND
§ CDG_MASK
§ read_header()
75 sectors/sec * 4 packets/sector = 300 packets/sec
Definition at line 33 of file cdg.c.
§ read_packet()
Definition at line 56 of file cdg.c.
§ ff_cdg_demuxer
Initial value:= {
.name = "cdg",
.extensions = "cdg",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(AVFormatContext *s)
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 77 of file cdg.c.