diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-07 13:36:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-07 13:36:45 -0400 |
| commit | 49b96a3613591a719d454b37734fd4823c98e31e (patch) | |
| tree | 7f02f80a5e464e7e03865f36a3731ab60e5230cc | |
| parent | 0ad015043532f498e382a5ea4ce4b77a7976b516 (diff) | |
re-enable qsv decoding
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index f2357ba8a..0cfb58b2e 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -846,7 +846,7 @@ namespace MediaBrowser.Api.Playback if (MediaEncoder.SupportsDecoder("h264_qsv")) { // Seeing stalls and failures with decoding. Not worth it compared to encoding. - //return "-c:v h264_qsv "; + return "-c:v h264_qsv "; } break; case "mpeg2video": |
