From 1a83ab78a72fc64b5cc1bc347f55d7cdc2ac0489 Mon Sep 17 00:00:00 2001 From: bcoudurier Date: Tue, 7 Apr 2009 22:26:47 +0000 Subject: [PATCH] comment the ipod subtitle check git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18366 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/movenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index e96e57031..536109a4f 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -601,6 +601,7 @@ static int ipod_get_codec_tag(AVFormatContext *s, MOVTrack *track) { 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'))) -- 2.39.2