mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 16:47:46 +00:00
Remove the deprecated OMX and MMAL HWA
This commit is contained in:
parent
fab5f37e0e
commit
bfc27e494b
3 changed files with 7 additions and 76 deletions
|
|
@ -44,18 +44,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"mpeg4_cuvid",
|
||||
"vp8_cuvid",
|
||||
"vp9_cuvid",
|
||||
"av1_cuvid",
|
||||
"h264_mmal",
|
||||
"mpeg2_mmal",
|
||||
"mpeg4_mmal",
|
||||
"vc1_mmal",
|
||||
"h264_opencl",
|
||||
"hevc_opencl",
|
||||
"mpeg2_opencl",
|
||||
"mpeg4_opencl",
|
||||
"vp8_opencl",
|
||||
"vp9_opencl",
|
||||
"vc1_opencl"
|
||||
"av1_cuvid"
|
||||
};
|
||||
|
||||
private static readonly string[] _requiredEncoders = new[]
|
||||
|
|
@ -82,8 +71,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"hevc_nvenc",
|
||||
"h264_vaapi",
|
||||
"hevc_vaapi",
|
||||
"h264_omx",
|
||||
"hevc_omx",
|
||||
"h264_v4l2m2m",
|
||||
"h264_videotoolbox",
|
||||
"hevc_videotoolbox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue