Mercurial > libavformat.hg
changeset 4701:337071cd70b6 libavformat
ipod supports both subs tags
author | bcoudurier |
---|---|
date | Wed, 11 Mar 2009 08:03:42 +0000 |
parents | 7042140487b7 |
children | 09002ac05a8c |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Wed Mar 11 08:02:59 2009 +0000 +++ b/movenc.c Wed Mar 11 08:03:42 2009 +0000 @@ -570,6 +570,7 @@ { 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 }, };