Commit dd46634f authored by bcoudurier's avatar bcoudurier

remove no longer needed fake dvbsub stream type

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19010 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b59bb38
...@@ -511,7 +511,6 @@ static const StreamType HDMV_types[] = { ...@@ -511,7 +511,6 @@ static const StreamType HDMV_types[] = {
static const StreamType MISC_types[] = { static const StreamType MISC_types[] = {
{ 0x81, CODEC_TYPE_AUDIO, CODEC_ID_AC3 }, { 0x81, CODEC_TYPE_AUDIO, CODEC_ID_AC3 },
{ 0x8a, CODEC_TYPE_AUDIO, CODEC_ID_DTS }, { 0x8a, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
{0x100, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, // demuxer internal
{ 0 }, { 0 },
}; };
......
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