diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-04 19:18:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-04 19:18:15 +0000 |
commit | 2926db54ba2a9f337aac9d2cfdc606f68bf02d7f (patch) | |
tree | ac4836dacd7a449914826e55073c8a8a259a4ef4 /libavformat/wav.c | |
parent | a1d4d70c7a78d181430036e58d8394eb274e032b (diff) | |
download | ffmpeg-2926db54ba2a9f337aac9d2cfdc606f68bf02d7f.tar.gz |
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?
Originally committed as revision 2961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r-- | libavformat/wav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c index ea0a781b29..e8c5b44e39 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -34,6 +34,7 @@ const CodecTag codec_wav_tags[] = { { 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 }, }; |