#include "avformat.h"
#include "riff.h"
Go to the source code of this file.
Data Structures | |
struct | voc_dec_context |
Typedefs | |
typedef struct voc_dec_context | VocDecContext |
typedef enum voc_type | VocType |
Enumerations | |
enum | voc_type { VOC_TYPE_EOF = 0x00, VOC_TYPE_VOICE_DATA = 0x01, VOC_TYPE_VOICE_DATA_CONT = 0x02, VOC_TYPE_SILENCE = 0x03, VOC_TYPE_MARKER = 0x04, VOC_TYPE_ASCII = 0x05, VOC_TYPE_REPETITION_START = 0x06, VOC_TYPE_REPETITION_END = 0x07, VOC_TYPE_EXTENDED = 0x08, VOC_TYPE_NEW_VOICE_DATA = 0x09 } |
Functions | |
int | ff_voc_get_packet (AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size) |
Variables | |
const unsigned char | ff_voc_magic [21] |
const AVCodecTag | ff_voc_codec_tags [] |
typedef struct voc_dec_context VocDecContext |
enum voc_type |
int ff_voc_get_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt, | |||
AVStream * | st, | |||
int | max_size | |||
) |
Definition at line 65 of file vocdec.c.
Referenced by avs_read_audio_packet(), read_packet(), and voc_read_packet().
const AVCodecTag ff_voc_codec_tags[] |
const unsigned char ff_voc_magic[21] |