mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Update EncoderValidator.cs
This commit is contained in:
parent
abc7558f51
commit
3c82379759
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"mpeg2_videotoolbox",
|
||||
"mpeg4_videotoolbox",
|
||||
"vp8_videotoolbox",
|
||||
"vp9_videotoolbox"
|
||||
"vp9_videotoolbox",
|
||||
"vc1_videotoolbox"
|
||||
};
|
||||
|
||||
private static readonly string[] requiredEncoders = new[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue