[FFmpeg-cvslog] r19010 - trunk/libavformat/mpegts.c

bcoudurier subversion
Sun May 31 05:46:25 CEST 2009


Author: bcoudurier
Date: Sun May 31 05:46:24 2009
New Revision: 19010

Log:
remove no longer needed fake dvbsub stream type

Modified:
   trunk/libavformat/mpegts.c

Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c	Sun May 31 05:45:45 2009	(r19009)
+++ trunk/libavformat/mpegts.c	Sun May 31 05:46:24 2009	(r19010)
@@ -511,7 +511,6 @@ static const StreamType HDMV_types[] = {
 static const StreamType MISC_types[] = {
     { 0x81, CODEC_TYPE_AUDIO,   CODEC_ID_AC3 },
     { 0x8a, CODEC_TYPE_AUDIO,   CODEC_ID_DTS },
-    {0x100, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, // demuxer internal
     { 0 },
 };
 



More information about the ffmpeg-cvslog mailing list