[FFmpeg-cvslog] r19017 - trunk/libavformat/mpegts.c

bcoudurier subversion
Sun May 31 06:35:06 CEST 2009


Author: bcoudurier
Date: Sun May 31 06:35:05 2009
New Revision: 19017

Log:
0x7a is E-AC3 descriptor

Modified:
   trunk/libavformat/mpegts.c

Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c	Sun May 31 06:32:45 2009	(r19016)
+++ trunk/libavformat/mpegts.c	Sun May 31 06:35:05 2009	(r19017)
@@ -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 */
 };



More information about the ffmpeg-cvslog mailing list