changeset 4985:59bf27420396 libavformat

remove no longer needed fake dvbsub stream type
author bcoudurier
date Sun, 31 May 2009 03:46:24 +0000
parents 5bd0b3955904
children b9c3d05b3267
files mpegts.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegts.c	Sun May 31 03:45:45 2009 +0000
+++ b/mpegts.c	Sun May 31 03:46:24 2009 +0000
@@ -511,7 +511,6 @@
 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 },
 };