mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update EncoderValidator.cs
This commit is contained in:
parent
abc7558f51
commit
3c82379759
@ -51,7 +51,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||||||
"mpeg2_videotoolbox",
|
"mpeg2_videotoolbox",
|
||||||
"mpeg4_videotoolbox",
|
"mpeg4_videotoolbox",
|
||||||
"vp8_videotoolbox",
|
"vp8_videotoolbox",
|
||||||
"vp9_videotoolbox"
|
"vp9_videotoolbox",
|
||||||
|
"vc1_videotoolbox"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly string[] requiredEncoders = new[]
|
private static readonly string[] requiredEncoders = new[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user