mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 04:05:50 -04:00
Update EncoderValidator.cs
This commit is contained in:
parent
d650440492
commit
0476acf5d5
@ -46,13 +46,13 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||||||
"mpeg4_mediacodec",
|
"mpeg4_mediacodec",
|
||||||
"vp8_mediacodec",
|
"vp8_mediacodec",
|
||||||
"vp9_mediacodec",
|
"vp9_mediacodec",
|
||||||
"h264_videotoolbox",
|
"h264_opencl",
|
||||||
"hevc_videotoolbox",
|
"hevc_opencl",
|
||||||
"mpeg2_videotoolbox",
|
"mpeg2_opencl",
|
||||||
"mpeg4_videotoolbox",
|
"mpeg4_opencl",
|
||||||
"vp8_videotoolbox",
|
"vp8_opencl",
|
||||||
"vp9_videotoolbox",
|
"vp9_opencl",
|
||||||
"vc1_videotoolbox"
|
"vc1_opencl"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly string[] requiredEncoders = new[]
|
private static readonly string[] requiredEncoders = new[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user