id RoQ format file demuxer by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) for more information on the .roq file format, visit: http://www.csse.monash.edu.au/~timf/
More...
Go to the source code of this file.
id RoQ format file demuxer by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) for more information on the .roq file format, visit: http://www.csse.monash.edu.au/~timf/
Definition in file idroqdec.c.
◆ RoQ_MAGIC_NUMBER
#define RoQ_MAGIC_NUMBER 0x1084 |
◆ RoQ_CHUNK_PREAMBLE_SIZE
#define RoQ_CHUNK_PREAMBLE_SIZE 8 |
◆ RoQ_AUDIO_SAMPLE_RATE
#define RoQ_AUDIO_SAMPLE_RATE 22050 |
◆ RoQ_CHUNKS_TO_SCAN
#define RoQ_CHUNKS_TO_SCAN 30 |
◆ RoQ_INFO
◆ RoQ_QUAD_CODEBOOK
#define RoQ_QUAD_CODEBOOK 0x1002 |
◆ RoQ_QUAD_VQ
#define RoQ_QUAD_VQ 0x1011 |
◆ RoQ_SOUND_MONO
#define RoQ_SOUND_MONO 0x1020 |
◆ RoQ_SOUND_STEREO
#define RoQ_SOUND_STEREO 0x1021 |
◆ roq_probe()
◆ roq_read_header()
◆ roq_read_packet()
◆ ff_roq_demuxer
Initial value:= {
.name = "roq",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f)
static int roq_read_header(AVFormatContext *s)
static int roq_read_packet(AVFormatContext *s, AVPacket *pkt)
static int roq_probe(const AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 242 of file idroqdec.c.