Mercurial > libavformat.hg
changeset 4828:762254cf3be9 libavformat
comment the ipod subtitle check
author | bcoudurier |
---|---|
date | Tue, 07 Apr 2009 22:26:47 +0000 |
parents | ffb2510144db |
children | e3d1c92193a7 |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Tue Apr 07 22:25:11 2009 +0000 +++ b/movenc.c Tue Apr 07 22:26:47 2009 +0000 @@ -601,6 +601,7 @@ { int tag = track->enc->codec_tag; + // keep original tag for subs, ipod supports both formats if (!(track->enc->codec_type == CODEC_TYPE_SUBTITLE && (tag == MKTAG('t','x','3','g') || tag == MKTAG('t','e','x','t')))