lavf/mpegts: Support demuxing AVS2.

This commit is contained in:
hwrenx 2019-09-18 02:18:13 +02:00 committed by Carl Eugen Hoyos
parent 251284e44a
commit 96f1d34d0c
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
};