summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-03-24 15:25:43 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-03-24 15:25:43 +0000
commita66abcb1b5977e34c5b3a1d4a921a6c965383c0a (patch)
tree9fca0e3188d4b9ec07e7f38b8ac443766a9b7f92 /libavformat
parentdc2bf20e27a2541cae850d4a58b26c437112745a (diff)
vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp
Originally committed as revision 5207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index fef78f67ff..dcad884a21 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -94,7 +94,7 @@ const CodecTag ff_mov_obj_type[] = {
{ CODEC_ID_MP2 , 107 },
{ CODEC_ID_MJPEG , 108 },
{ CODEC_ID_PCM_S16LE , 224 },
- { CODEC_ID_VORBIS , 225 },
+ { CODEC_ID_VORBIS , 221 },
{ CODEC_ID_AC3 , 226 },
{ CODEC_ID_PCM_ALAW , 227 },
{ CODEC_ID_PCM_MULAW , 228 },