changeset 2965:d016b354f1d1 libavformat

comment vorbis objectype id
author bcoudurier
date Sat, 26 Jan 2008 02:24:35 +0000
parents 7ec76dcd9a7c
children 354c859bbf66
files isom.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/isom.c	Sat Jan 26 02:22:45 2008 +0000
+++ b/isom.c	Sat Jan 26 02:24:35 2008 +0000
@@ -46,7 +46,7 @@
     { CODEC_ID_PNG       , 109 },
     { CODEC_ID_JPEG2000  , 110 }, /* 15444-1 */
     { CODEC_ID_VC1       , 163 },
-    { CODEC_ID_VORBIS    , 221 },
+    { CODEC_ID_VORBIS    , 221 }, /* non standard, gpac uses it */
     { CODEC_ID_QCELP     , 225 },
     { 0, 0 },
 };