adding mp4v
This commit is contained in:
parent
582d2d8e45
commit
0fa10f824d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user