lavf/mpegts: Support demuxing AVS2.

pull/322/head
hwrenx 5 years ago committed by Carl Eugen Hoyos
parent 251284e44a
commit 96f1d34d0c
  1. 1
      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 },
};

Loading…
Cancel
Save