diff options
| author | nyanmisaka <nst799610810@gmail.com> | 2022-03-05 21:47:59 +0800 |
|---|---|---|
| committer | nyanmisaka <nst799610810@gmail.com> | 2022-03-05 21:47:59 +0800 |
| commit | bfc27e494b26e3fb3507a79d49b2df0fe035bbfe (patch) | |
| tree | ff073de6668b13bbf6c977d2199bebfb1423bc09 /MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | |
| parent | fab5f37e0e4775eb1d2c80b9d5fa3d98f5be12a6 (diff) | |
Remove the deprecated OMX and MMAL HWA
Diffstat (limited to 'MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs index fe3069934..20d372d7a 100644 --- a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs +++ b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs @@ -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" |
