summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2009-01-11 10:26:44 +0000
committerDavid Conrad <lessen42@gmail.com>2009-01-11 10:26:44 +0000
commitf620488654700dfc06ce5548baa15c4344662969 (patch)
tree39117b591ff7835775950ebd66d0fae0fcdc16a4 /libavformat/isom.c
parent58e9f2edb6cbb4f97c4a9a48fd086cfec19b6f26 (diff)
Add support for muxing mov/mp4/3gp timed text streams
Originally committed as revision 16531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 7d1da7c861..b5e09c573f 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -28,6 +28,7 @@
/* http://www.mp4ra.org */
/* ordered by muxing preference */
const AVCodecTag ff_mp4_obj_type[] = {
+ { CODEC_ID_MOV_TEXT , 0x08 },
{ CODEC_ID_MPEG4 , 0x20 },
{ CODEC_ID_H264 , 0x21 },
{ CODEC_ID_AAC , 0x40 },