Browse Source

detect voxware (closes issue39)

Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
8950f82879
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/avcodec.h
  2. +1
    -0
      libavformat/riff.c

+ 1
- 0
libavcodec/avcodec.h View File

@@ -258,6 +258,7 @@ enum CodecID {
CODEC_ID_MLP,
CODEC_ID_GSM_MS, /* as found in WAV */
CODEC_ID_ATRAC3,
CODEC_ID_VOXWARE,

/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,


+ 1
- 0
libavformat/riff.c View File

@@ -206,6 +206,7 @@ const AVCodecTag codec_wav_tags[] = {
{ CODEC_ID_IMC, 0x401 },
{ CODEC_ID_GSM_MS, 0x31 },
{ CODEC_ID_ATRAC3, 0x270 },
{ CODEC_ID_VOXWARE, 0x75 },

/* FIXME: All of the IDs below are not 16 bit and thus illegal. */
// for NuppelVideo (nuv.c)


Loading…
Cancel
Save