diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-11 09:30:01 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-11 09:30:01 -0500 |
| commit | db8e51edb63b05c79d51134157e94a5cab9951a2 (patch) | |
| tree | 5b1415e23ae840a3665004a949ac6db0d6100fe2 | |
| parent | fab2bfed49bf1c8ebeb01cded392f59508f4a6cc (diff) | |
revert qsv encoding
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index e184e9ac9..7185adc2b 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -291,10 +291,10 @@ namespace MediaBrowser.Api.Playback { get { - if (string.Equals(ApiEntryPoint.Instance.GetEncodingOptions().HardwareVideoDecoder, "qsv", StringComparison.OrdinalIgnoreCase)) - { - return "h264_qsv"; - } + //if (string.Equals(ApiEntryPoint.Instance.GetEncodingOptions().HardwareVideoDecoder, "qsv", StringComparison.OrdinalIgnoreCase)) + //{ + // return "h264_qsv"; + //} return "libx264"; } |
