Add av1 option to checkVideoCodec flow plugin

This commit is contained in:
Andrew Kennedy 2023-10-13 18:18:54 -07:00 committed by GitHub
parent 138c3270f2
commit 8872ff2951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ var details = function () { return ({
type: 'dropdown',
options: [
'hevc',
'av1',
'vp9',
'h264',
'vp8',