[FFmpeg-cvslog] r17938 - trunk/libavformat/movenc.c
bcoudurier
subversion
Wed Mar 11 09:03:43 CET 2009
Author: bcoudurier
Date: Wed Mar 11 09:03:42 2009
New Revision: 17938
Log:
ipod supports both subs tags
Modified:
trunk/libavformat/movenc.c
Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c Wed Mar 11 09:02:59 2009 (r17937)
+++ trunk/libavformat/movenc.c Wed Mar 11 09:03:42 2009 (r17938)
@@ -570,6 +570,7 @@ static const AVCodecTag codec_ipod_tags[
{ 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 },
};
More information about the ffmpeg-cvslog
mailing list