[FFmpeg-devel] [PATCH] avformat/mpegts: support demuxing AVS3

hanbingjie hbj515 at sina.com
Sat Oct 10 11:44:33 EEST 2020


From: hanbingjie <hanbj at pku.edu.cn>

Signed-off-by: hanbingjie <hanbj at pku.edu.cn>
---
 libavformat/mpegts.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 432b1c3ea2..fe891aa100 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -806,6 +806,7 @@ static const StreamType ISO_types[] = {
     { 0x42, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_CAVS       },
     { 0xd1, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_DIRAC      },
     { 0xd2, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_AVS2       },
+    { 0xd4, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_AVS3       },
     { 0xea, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_VC1        },
     { 0 },
 };
-- 
2.17.1




More information about the ffmpeg-devel mailing list