OSDN Git Service

some random id for vorbis so we can do some experiments with vorbis in various contai...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Apr 2004 19:18:15 +0000 (19:18 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Apr 2004 19:18:15 +0000 (19:18 +0000)
Originally committed as revision 2961 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/wav.c

index ea0a781..e8c5b44 100644 (file)
@@ -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 },
 };