Commit 22ff5e7e authored by bcoudurier's avatar bcoudurier

ipod supports both subs tags

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17938 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2cc26fad
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment