Mercurial > libavformat.hg
changeset 3060:e115b923d23f libavformat
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers.
author | banan |
---|---|
date | Sat, 23 Feb 2008 23:30:41 +0000 |
parents | f982a5a75e40 |
children | 8ae0431d7f43 |
files | riff.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Sat Feb 23 10:57:38 2008 +0000 +++ b/riff.c Sat Feb 23 23:30:41 2008 +0000 @@ -177,6 +177,7 @@ }; const AVCodecTag codec_wav_tags[] = { + { CODEC_ID_WMAVOICE, 0xA }, { CODEC_ID_MP2, 0x50 }, { CODEC_ID_MP3, 0x55 }, { CODEC_ID_AC3, 0x2000 }, @@ -195,6 +196,7 @@ { CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */ { CODEC_ID_WMAV1, 0x160 }, { CODEC_ID_WMAV2, 0x161 }, + { CODEC_ID_WMAPRO, 0x162 }, { CODEC_ID_AAC, 0x706d }, { CODEC_ID_AAC, 0xff }, { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id?