diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-12 03:11:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-12 03:11:54 -0400 |
| commit | 9f0e6d17c8653328316cde3a1b0b3ce63b5960ff (patch) | |
| tree | b371721083ad6040c23187e6271e6a4dc7371974 /MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | |
| parent | 099c422a853bd2266e54fa6bd1f06f224d749dae (diff) | |
add hevc cuvid
Diffstat (limited to 'MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs index 43e463902..338f58c16 100644 --- a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs +++ b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs @@ -91,7 +91,8 @@ namespace MediaBrowser.MediaEncoding.Encoder "hevc_qsv", "mpeg2_qsv", "vc1_qsv", - "h264_cuvid" + "h264_cuvid", + "hevc_cuvid" }; foreach (var codec in required) |
