summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-24 15:10:12 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-24 15:10:12 +0000
commit7555d2e633fb137a59e03f5c35095f20b7c31e99 (patch)
tree84c186f24f40831bac1c70dc2c767d8ad67d4544 /libavformat/isom.c
parente2f3d94786317afd0ca070051d60d70269438653 (diff)
add specifications reference comments
Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 14d81b2e72..572e6acf7c 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -25,7 +25,7 @@
#include "riff.h"
#include "isom.h"
-/* http://gpac.sourceforge.net/tutorial/mediatypes.htm */
+/* http://www.mp4ra.org */
const AVCodecTag ff_mov_obj_type[] = {
{ CODEC_ID_MPEG4 , 32 },
{ CODEC_ID_H264 , 33 },
@@ -39,10 +39,10 @@ const AVCodecTag ff_mov_obj_type[] = {
{ CODEC_ID_AAC , 102 }, /* MPEG2 AAC Main */
{ CODEC_ID_AAC , 103 }, /* MPEG2 AAC Low */
{ CODEC_ID_AAC , 104 }, /* MPEG2 AAC SSR */
- { CODEC_ID_MP3 , 105 },
- { CODEC_ID_MPEG1VIDEO, 106 },
- { CODEC_ID_MP2 , 107 },
- { CODEC_ID_MJPEG , 108 },
+ { CODEC_ID_MP3 , 105 }, /* 13818-3 */
+ { CODEC_ID_MPEG1VIDEO, 106 }, /* 11172-2 */
+ { CODEC_ID_MP2 , 107 }, /* 11172-3 */
+ { CODEC_ID_MJPEG , 108 }, /* 10918-1 */
{ CODEC_ID_PCM_S16LE , 224 },
{ CODEC_ID_VORBIS , 221 },
{ CODEC_ID_QCELP , 225 },