summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2013-08-06 09:57:05 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2013-08-07 10:56:18 +0200
commitf544c586364e157e52ecc8697bee77d342150999 (patch)
tree0e6233768a4faec436aed797ff60c92a11fa951e /libavformat/riff.c
parent62572435d4106098c090fb8f129a9090e41ff1eb (diff)
deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead
Voxware is the name of company, it has produced several audio codecs e.g. MetaVoice family and MetaSound.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 6fe310ad0a..8216261527 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -347,7 +347,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
/* rogue format number */
{ AV_CODEC_ID_ADPCM_IMA_DK3, 0x0062 },
{ AV_CODEC_ID_ADPCM_IMA_WAV, 0x0069 },
- { AV_CODEC_ID_VOXWARE, 0x0075 },
+ { AV_CODEC_ID_METASOUND, 0x0075 },
{ AV_CODEC_ID_AAC, 0x00ff },
{ AV_CODEC_ID_SIPR, 0x0130 },
{ AV_CODEC_ID_WMAV1, 0x0160 },