Commit 8b6e30d1 authored by cehoyos's avatar cehoyos

Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20200 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e1755082
......@@ -512,6 +512,7 @@ static const StreamType HDMV_types[] = {
{ 0x81, CODEC_TYPE_AUDIO, CODEC_ID_AC3 },
{ 0x82, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
{ 0x83, CODEC_TYPE_AUDIO, CODEC_ID_TRUEHD },
{ 0x84, CODEC_TYPE_AUDIO, CODEC_ID_EAC3 },
{ 0x90, CODEC_TYPE_SUBTITLE, CODEC_ID_HDMV_PGS_SUBTITLE },
{ 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