#include "libavutil/intreadwrite.h"
#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | RoqDemuxContext |
Defines | |
#define | RoQ_MAGIC_NUMBER 0x1084 |
#define | RoQ_CHUNK_PREAMBLE_SIZE 8 |
#define | RoQ_AUDIO_SAMPLE_RATE 22050 |
#define | RoQ_CHUNKS_TO_SCAN 30 |
#define | RoQ_INFO 0x1001 |
#define | RoQ_QUAD_CODEBOOK 0x1002 |
#define | RoQ_QUAD_VQ 0x1011 |
#define | RoQ_SOUND_MONO 0x1020 |
#define | RoQ_SOUND_STEREO 0x1021 |
Functions | |
static int | roq_probe (AVProbeData *p) |
static int | roq_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | roq_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | roq_demuxer |
Definition in file idroq.c.
#define RoQ_AUDIO_SAMPLE_RATE 22050 |
#define RoQ_CHUNK_PREAMBLE_SIZE 8 |
#define RoQ_MAGIC_NUMBER 0x1084 |
static int roq_probe | ( | AVProbeData * | p | ) | [static] |
static int roq_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int roq_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Initial value:
{ "RoQ", NULL_IF_CONFIG_SMALL("id RoQ format"), sizeof(RoqDemuxContext), roq_probe, roq_read_header, roq_read_packet, }