Variables

libavformat/voc.c File Reference

#include "voc.h"

Go to the source code of this file.

Variables

const unsigned char ff_voc_magic [21] = "Creative Voice File\x1A"
const AVCodecTag ff_voc_codec_tags []

Variable Documentation

Initial value:
 {
    {CODEC_ID_PCM_U8,        0x00},
    {CODEC_ID_ADPCM_SBPRO_4, 0x01},
    {CODEC_ID_ADPCM_SBPRO_3, 0x02},
    {CODEC_ID_ADPCM_SBPRO_2, 0x03},
    {CODEC_ID_PCM_S16LE,     0x04},
    {CODEC_ID_PCM_ALAW,      0x06},
    {CODEC_ID_PCM_MULAW,     0x07},
    {CODEC_ID_ADPCM_CT,    0x0200},
    {CODEC_ID_NONE,             0},
}

Definition at line 26 of file voc.c.

Referenced by voc_get_packet().

const unsigned char ff_voc_magic[21] = "Creative Voice File\x1A"

Definition at line 24 of file voc.c.

Referenced by voc_probe(), and voc_write_header().