comment the ipod subtitle check
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Tue, 7 Apr 2009 22:26:47 +0000 (22:26 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Tue, 7 Apr 2009 22:26:47 +0000 (22:26 +0000)
Originally committed as revision 18366 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/movenc.c

index e96e570..536109a 100644 (file)
@@ -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')))