libavformat/idroq.c File Reference
Id RoQ format file demuxer by Mike Melanson (
melanson@pcisys.net) for more information on the .roq file format, visit:
http://www.csse.monash.edu.au/~timf/. More...
#include "avformat.h"
Go to the source code of this file.
Detailed Description
Id RoQ format file demuxer by Mike Melanson (
melanson@pcisys.net) for more information on the .roq file format, visit:
http://www.csse.monash.edu.au/~timf/.
Definition in file idroq.c.
Define Documentation
#define RoQ_AUDIO_SAMPLE_RATE 22050 |
#define RoQ_CHUNK_PREAMBLE_SIZE 8 |
#define RoQ_CHUNKS_TO_SCAN 30 |
#define RoQ_MAGIC_NUMBER 0x1084 |
#define RoQ_QUAD_CODEBOOK 0x1002 |
#define RoQ_QUAD_VQ 0x1011 |
#define RoQ_SOUND_MONO 0x1020 |
#define RoQ_SOUND_STEREO 0x1021 |
Function Documentation
Variable Documentation
Initial value:
Definition at line 280 of file idroq.c.