[SCM] libav/experimental: comment vorbis objectype id
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:12:13 UTC 2013
The following commit has been merged in the experimental branch:
commit 067db6a58a7441b448e9132f0e8d1a02dc7a2b1a
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Sat Jan 26 02:24:35 2008 +0000
comment vorbis objectype id
Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 07f00bb..9df273c 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 },
};
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list