add MPEG-TS format (#244)

This commit is contained in:
Alessandro Ros
2023-04-12 21:47:17 +02:00
committed by GitHub
parent 39ce0bc3af
commit 7bf71a18b3
4 changed files with 67 additions and 0 deletions

View File

@@ -343,6 +343,16 @@ var casesFormat = []struct {
"",
nil,
},
{
"video mpeg-ts",
"video",
33,
"",
nil,
&MPEGTS{},
"MP2T/90000",
nil,
},
{
"video mpeg4 video",
"video",