[FFmpeg-cvslog] r11663 - trunk/libavformat/isom.c
reimar
subversion
Tue Jan 29 23:37:08 CET 2008
Author: reimar
Date: Tue Jan 29 23:37:07 2008
New Revision: 11663
Log:
Support MP4 subtitles as in
http://samples.mplayerhq.hu/MPEG-4/embedded_subs/1Video_2Audio_2SUBs_timed_text_streams_.mp4
Modified:
trunk/libavformat/isom.c
Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c (original)
+++ trunk/libavformat/isom.c Tue Jan 29 23:37:07 2008
@@ -171,6 +171,7 @@ const AVCodecTag codec_movaudio_tags[] =
const AVCodecTag ff_codec_movsubtitle_tags[] = {
{ CODEC_ID_MOV_TEXT, MKTAG('t', 'e', 'x', 't') },
+ { CODEC_ID_MOV_TEXT, MKTAG('t', 'x', '3', 'g') },
{ CODEC_ID_NONE, 0 },
};
More information about the ffmpeg-cvslog
mailing list