changeset 1028:ed0b03fddd01 libavformat

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
author bcoudurier
date Fri, 24 Mar 2006 15:25:43 +0000
parents 1579256f1418
children 6ddc77441867
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Thu Mar 23 12:11:51 2006 +0000
+++ b/mov.c	Fri Mar 24 15:25:43 2006 +0000
@@ -94,7 +94,7 @@
     { 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 },