Go to the source code of this file.
◆ SEGA_CD_PCM_NUM
#define SEGA_CD_PCM_NUM 12500000 |
Definition at line 30 of file sga.c.
◆ SEGA_CD_PCM_DEN
#define SEGA_CD_PCM_DEN 786432 |
Definition at line 31 of file sga.c.
◆ sga_probe()
Definition at line 49 of file sga.c.
◆ sga_read_header()
◆ print_stats()
◆ update_type_size()
◆ sga_video_packet()
◆ sga_audio_packet()
◆ sga_packet()
◆ try_packet()
◆ sga_read_packet()
◆ sga_seek()
◆ ff_sga_demuxer
Initial value:= {
.name = "sga",
.extensions = "sga",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define flags(name, subs,...)
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition at line 469 of file sga.c.