[FFmpeg-cvslog] r11626 - trunk/libavformat/isom.c
michael
subversion
Sat Jan 26 23:55:34 CET 2008
Author: michael
Date: Sat Jan 26 23:55:34 2008
New Revision: 11626
Log:
Add non standard id needed for dvd subtitles.
Modified:
trunk/libavformat/isom.c
Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c (original)
+++ trunk/libavformat/isom.c Sat Jan 26 23:55:34 2008
@@ -47,6 +47,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
{ CODEC_ID_JPEG2000 , 110 }, /* 15444-1 */
{ CODEC_ID_VC1 , 163 },
{ CODEC_ID_VORBIS , 221 }, /* non standard, gpac uses it */
+ { CODEC_ID_DVD_SUBTITLE, 224 }, /* non standard, see unsupported-embedded-subs-2.mp4 */
{ CODEC_ID_QCELP , 225 },
{ 0, 0 },
};
More information about the ffmpeg-cvslog
mailing list