Commit 5c581728 authored by michael's avatar michael

detect voxware (closes issue39)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9809 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d560f901
...@@ -258,6 +258,7 @@ enum CodecID { ...@@ -258,6 +258,7 @@ enum CodecID {
CODEC_ID_MLP, CODEC_ID_MLP,
CODEC_ID_GSM_MS, /* as found in WAV */ CODEC_ID_GSM_MS, /* as found in WAV */
CODEC_ID_ATRAC3, CODEC_ID_ATRAC3,
CODEC_ID_VOXWARE,
/* subtitle codecs */ /* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000, CODEC_ID_DVD_SUBTITLE= 0x17000,
......
...@@ -206,6 +206,7 @@ const AVCodecTag codec_wav_tags[] = { ...@@ -206,6 +206,7 @@ const AVCodecTag codec_wav_tags[] = {
{ CODEC_ID_IMC, 0x401 }, { CODEC_ID_IMC, 0x401 },
{ CODEC_ID_GSM_MS, 0x31 }, { CODEC_ID_GSM_MS, 0x31 },
{ CODEC_ID_ATRAC3, 0x270 }, { CODEC_ID_ATRAC3, 0x270 },
{ CODEC_ID_VOXWARE, 0x75 },
/* FIXME: All of the IDs below are not 16 bit and thus illegal. */ /* FIXME: All of the IDs below are not 16 bit and thus illegal. */
// for NuppelVideo (nuv.c) // for NuppelVideo (nuv.c)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment