Browse Source

Update EncoderValidator.cs

artiume 5 years ago
parent
commit
0476acf5d5
1 changed files with 7 additions and 7 deletions
  1. 7 7
      MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs

+ 7 - 7
MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs

@@ -46,13 +46,13 @@ namespace MediaBrowser.MediaEncoding.Encoder
             "mpeg4_mediacodec",
             "vp8_mediacodec",
             "vp9_mediacodec",
-            "h264_videotoolbox",
-            "hevc_videotoolbox",
-            "mpeg2_videotoolbox",
-            "mpeg4_videotoolbox",
-            "vp8_videotoolbox",
-            "vp9_videotoolbox",
-            "vc1_videotoolbox"
+            "h264_opencl",
+            "hevc_opencl",
+            "mpeg2_opencl",
+            "mpeg4_opencl",
+            "vp8_opencl",
+            "vp9_opencl",
+            "vc1_opencl"
         };
 
         private static readonly string[] requiredEncoders = new[]