Mercurial > libavformat.hg
changeset 4991:2b0d60d31f3d libavformat
0x7a is E-AC3 descriptor
author | bcoudurier |
---|---|
date | Sun, 31 May 2009 04:35:05 +0000 |
parents | 0b15fbb456f4 |
children | 358aec79a573 |
files | mpegts.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegts.c Sun May 31 04:32:45 2009 +0000 +++ b/mpegts.c Sun May 31 04:35:05 2009 +0000 @@ -523,7 +523,7 @@ /* 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 */ };