mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ipod supports both subs tags
Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
80357cfcfb
commit
c569bd0632
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user