[FFmpeg-cvslog] lavf/mpegts: Add E-AC3 registered stream specifier "EAC3".

Carl Eugen Hoyos git at videolan.org
Tue May 3 10:51:59 CEST 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue May  3 09:59:02 2016 +0200| [80d14de52db8d11064344beff323a2619487ef0a] | committer: Carl Eugen Hoyos

lavf/mpegts: Add E-AC3 registered stream specifier "EAC3".

Related to ticket #5501.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80d14de52db8d11064344beff323a2619487ef0a
---

 libavformat/mpegts.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 1f3be96..f780ef5 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -735,6 +735,7 @@ static const StreamType REGD_types[] = {
     { MKTAG('D', 'T', 'S', '1'), AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_DTS   },
     { MKTAG('D', 'T', 'S', '2'), AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_DTS   },
     { MKTAG('D', 'T', 'S', '3'), AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_DTS   },
+    { MKTAG('E', 'A', 'C', '3'), AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_EAC3  },
     { MKTAG('H', 'E', 'V', 'C'), AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_HEVC  },
     { MKTAG('K', 'L', 'V', 'A'), AVMEDIA_TYPE_DATA,  AV_CODEC_ID_SMPTE_KLV },
     { MKTAG('V', 'C', '-', '1'), AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_VC1   },



More information about the ffmpeg-cvslog mailing list