Add other codecs

This commit is contained in:
HaveAGitGat 2023-11-10 04:45:10 +00:00
parent 30db47e186
commit 2ad4a9ac0c
2 changed files with 15 additions and 0 deletions

View file

@ -27,6 +27,14 @@ var details = function () { return ({
'vp9',
'h264',
'vp8',
'wmv2',
'wmv3',
'mpeg4',
'mpeg2video',
'mjpeg',
'flv',
'mpeg4',
'theora'
],
},
tooltip: 'Specify the codec check for',

View file

@ -30,6 +30,13 @@ const details = ():IpluginDetails => ({
'vp9',
'h264',
'vp8',
'wmv2',
'wmv3',
'mpeg4',
'mpeg2video',
'mjpeg',
'flv',
'theora',
],
},
tooltip: 'Specify the codec check for',