diff isom.c @ 4193:2d3be324c648 libavformat

Add support for muxing mov/mp4/3gp timed text streams
author conrad
date Sun, 11 Jan 2009 10:26:44 +0000
parents 264d0da0171d
children 77e0c7511d41
line wrap: on
line diff
--- a/isom.c	Sun Jan 11 08:24:44 2009 +0000
+++ b/isom.c	Sun Jan 11 10:26:44 2009 +0000
@@ -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 },