aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-07 13:36:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-07 13:36:45 -0400
commit49b96a3613591a719d454b37734fd4823c98e31e (patch)
tree7f02f80a5e464e7e03865f36a3731ab60e5230cc
parent0ad015043532f498e382a5ea4ce4b77a7976b516 (diff)
re-enable qsv decoding
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
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":