提交 c569bd06 编写于 作者: B Baptiste Coudurier

ipod supports both subs tags

Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 80357cfc
......@@ -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 },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册