Commit 4a62abc1 authored by bcoudurier's avatar bcoudurier

0x7a is E-AC3 descriptor

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19017 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 609b7cf8
......@@ -523,7 +523,7 @@ static const StreamType REGD_types[] = {
/* descriptor present */
static const StreamType DESC_types[] = {
{ 0x6a, CODEC_TYPE_AUDIO, CODEC_ID_AC3 }, /* AC-3 descriptor */
{ 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_AC3 },
{ 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_EAC3 }, /* E-AC-3 descriptor */
{ 0x7b, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
{ 0x59, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, /* subtitling descriptor */
};
......
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