Mercurial > libavformat.hg
changeset 411:64c347065c1b libavformat
some random id for vorbis so we can do some experiments with vorbis in various containers, anyone knows if vorbis in WAV/AVI has a official id?
author | michael |
---|---|
date | Sun, 04 Apr 2004 19:18:15 +0000 |
parents | 23a77d74efd0 |
children | 459df3ed379e |
files | wav.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wav.c Sun Apr 04 18:37:41 2004 +0000 +++ b/wav.c Sun Apr 04 19:18:15 2004 +0000 @@ -34,6 +34,7 @@ { CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */ { CODEC_ID_WMAV1, 0x160 }, { CODEC_ID_WMAV2, 0x161 }, + { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? { 0, 0 }, };