Browse Source

Support MP4 subtitles as in

http://samples.mplayerhq.hu/MPEG-4/embedded_subs/1Video_2Audio_2SUBs_timed_text_streams_.mp4

Originally committed as revision 11663 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger 17 years ago
parent
commit
eb3ba13b51
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/isom.c

+ 1
- 0
libavformat/isom.c View File

@@ -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 },
};



Loading…
Cancel
Save