diff mpegts.c @ 4991:2b0d60d31f3d libavformat

0x7a is E-AC3 descriptor
author bcoudurier
date Sun, 31 May 2009 04:35:05 +0000
parents ba58d4eaca58
children c99db4d4c593
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 */
 };