[SCM] libav/experimental: 0x7a is E-AC3 descriptor

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:46:54 UTC 2013


The following commit has been merged in the experimental branch:
commit 84c7d45e02f274297d2257e54cb838d50131e1b0
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 31 04:35:05 2009 +0000

    0x7a is E-AC3 descriptor
    
    Originally committed as revision 19017 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 20d2c86..2800827 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -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 */
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list