Commit 1a83ab78 authored by bcoudurier's avatar bcoudurier

comment the ipod subtitle check

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18366 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7c5eecd
...@@ -601,6 +601,7 @@ static int ipod_get_codec_tag(AVFormatContext *s, MOVTrack *track) ...@@ -601,6 +601,7 @@ static int ipod_get_codec_tag(AVFormatContext *s, MOVTrack *track)
{ {
int tag = track->enc->codec_tag; int tag = track->enc->codec_tag;
// keep original tag for subs, ipod supports both formats
if (!(track->enc->codec_type == CODEC_TYPE_SUBTITLE && if (!(track->enc->codec_type == CODEC_TYPE_SUBTITLE &&
(tag == MKTAG('t','x','3','g') || (tag == MKTAG('t','x','3','g') ||
tag == MKTAG('t','e','x','t'))) tag == MKTAG('t','e','x','t')))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment