[FFmpeg-cvslog] r20200 - trunk/libavformat/mpegts.c
cehoyos
subversion
Sat Oct 10 23:17:53 CEST 2009
Author: cehoyos
Date: Sat Oct 10 23:17:52 2009
New Revision: 20200
Log:
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
Modified:
trunk/libavformat/mpegts.c
Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c Sat Oct 10 16:43:31 2009 (r20199)
+++ trunk/libavformat/mpegts.c Sat Oct 10 23:17:52 2009 (r20200)
@@ -512,6 +512,7 @@ static const StreamType HDMV_types[] = {
{ 0x81, CODEC_TYPE_AUDIO, CODEC_ID_AC3 },
{ 0x82, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
{ 0x83, CODEC_TYPE_AUDIO, CODEC_ID_TRUEHD },
+ { 0x84, CODEC_TYPE_AUDIO, CODEC_ID_EAC3 },
{ 0x90, CODEC_TYPE_SUBTITLE, CODEC_ID_HDMV_PGS_SUBTITLE },
{ 0 },
};
More information about the ffmpeg-cvslog
mailing list