aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-03-11 08:03:42 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-03-11 08:03:42 +0000
commitc569bd063203e76337ff5b19e20463afe2ce54aa (patch)
tree48eb8ca9e35c7bebcf1e21d8bba2cb5b15a06512
parent80357cfcfb8c2e3822fd0b14b1820615420edde8 (diff)
downloadffmpeg-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.c1
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 },
};