diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-11 08:03:42 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-11 08:03:42 +0000 |
commit | c569bd063203e76337ff5b19e20463afe2ce54aa (patch) | |
tree | 48eb8ca9e35c7bebcf1e21d8bba2cb5b15a06512 | |
parent | 80357cfcfb8c2e3822fd0b14b1820615420edde8 (diff) | |
download | ffmpeg-c569bd063203e76337ff5b19e20463afe2ce54aa.tar.gz |
ipod supports both subs tags
Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/movenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c index a8f3003153..85da3d6bb0 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -570,6 +570,7 @@ static const AVCodecTag codec_ipod_tags[] = { { CODEC_ID_ALAC, MKTAG('a','l','a','c') }, { CODEC_ID_AC3, MKTAG('a','c','-','3') }, { CODEC_ID_MOV_TEXT, MKTAG('t','x','3','g') }, + { CODEC_ID_MOV_TEXT, MKTAG('t','e','x','t') }, { CODEC_ID_NONE, 0 }, }; |