adding mp4v

This commit is contained in:
Nick Wallace 2022-06-30 15:15:49 -05:00
parent 582d2d8e45
commit 0fa10f824d

View File

@ -27,9 +27,9 @@ function getDeviceProfile() as object
end if
if playMpeg2 and di.CanDecodeVideo({ Codec: "mpeg2" }).Result = true
tsVideoCodecs = "mpeg4,h264,mpeg2video"
tsVideoCodecs = "mp4v,mpeg4,h264,mpeg2video"
else
tsVideoCodecs = "mpeg4,h264"
tsVideoCodecs = "mp4v,mpeg4,h264"
end if
if di.CanDecodeVideo({ Codec: "hevc" }).Result = true