Mercurial > libavformat.hg
changeset 3944:7141e56c9f69 libavformat
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work
author | banan |
---|---|
date | Fri, 26 Sep 2008 10:59:42 +0000 |
parents | b250956a6f68 |
children | 4928ebaaf2bd |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Fri Sep 26 03:24:05 2008 +0000 +++ b/riff.c Fri Sep 26 10:59:42 2008 +0000 @@ -189,6 +189,7 @@ { CODEC_ID_ADPCM_IMA_DK3, 0x0062 }, /* rogue format number */ { CODEC_ID_VOXWARE, 0x0075 }, { CODEC_ID_AAC, 0x00ff }, + { CODEC_ID_SIPR, 0x0130 }, { CODEC_ID_WMAV1, 0x0160 }, { CODEC_ID_WMAV2, 0x0161 }, { CODEC_ID_WMAPRO, 0x0162 },