summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-01-26 02:24:35 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-01-26 02:24:35 +0000
commit067db6a58a7441b448e9132f0e8d1a02dc7a2b1a (patch)
tree3030e526ec23d4ae635be513fce3879ec98f9de6 /libavformat
parent4f8dc3b7f1273a374f72f7fc0e33684a745e2127 (diff)
comment vorbis objectype id
Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/isom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 07f00bbefe..9df273cf6e 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -46,7 +46,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
{ 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 },
};