[FFmpeg-cvslog] mpegts: add BDMV secondary audio stream types
Hendrik Leppkes
git at videolan.org
Mon Oct 24 19:04:31 CEST 2011
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Tue Sep 27 17:11:47 2011 +0200| [d1ee98c94ba1c01d9540fe46783c3560b8737a22] | committer: Michael Niedermayer
mpegts: add BDMV secondary audio stream types
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1ee98c94ba1c01d9540fe46783c3560b8737a22
---
libavformat/mpegts.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 6a3525b..8c01261 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -543,6 +543,8 @@ static const StreamType HDMV_types[] = {
{ 0x84, AVMEDIA_TYPE_AUDIO, CODEC_ID_EAC3 },
{ 0x85, AVMEDIA_TYPE_AUDIO, CODEC_ID_DTS }, /* DTS HD */
{ 0x86, AVMEDIA_TYPE_AUDIO, CODEC_ID_DTS }, /* DTS HD MASTER*/
+ { 0xa1, AVMEDIA_TYPE_AUDIO, CODEC_ID_EAC3 }, /* E-AC3 Secondary Audio */
+ { 0xa2, AVMEDIA_TYPE_AUDIO, CODEC_ID_DTS }, /* DTS Express Secondary Audio */
{ 0x90, AVMEDIA_TYPE_SUBTITLE, CODEC_ID_HDMV_PGS_SUBTITLE },
{ 0 },
};
More information about the ffmpeg-cvslog
mailing list