[FFmpeg-cvslog] lavf/mpegts: Support demuxing AVS2.
hwrenx
git at videolan.org
Wed Sep 18 03:19:05 EEST 2019
ffmpeg | branch: master | hwrenx <hwrenx at 126.com> | Wed Sep 18 02:18:13 2019 +0200| [96f1d34d0cd28d5b2ad2977f5d19d6f11063c691] | committer: Carl Eugen Hoyos
lavf/mpegts: Support demuxing AVS2.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96f1d34d0cd28d5b2ad2977f5d19d6f11063c691
---
libavformat/mpegts.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 0415ceea02..63ac071619 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -803,6 +803,7 @@ static const StreamType ISO_types[] = {
{ 0x24, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_HEVC },
{ 0x42, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_CAVS },
{ 0xd1, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_DIRAC },
+ { 0xd2, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_AVS2 },
{ 0xea, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_VC1 },
{ 0 },
};
More information about the ffmpeg-cvslog
mailing list