aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorphantom <phantom@blackbullet.lan>2016-07-03 17:16:00 -0700
committerphantom <phantom@blackbullet.lan>2016-07-03 17:16:00 -0700
commit98e3aec676172e7d52cb85acf421af29b1c1eac9 (patch)
tree3349d2d1b85907845aa91abaa5a320f092dd91d7 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent986cdc429ff91d9f04f3fbc1d1c549012c264232 (diff)
Changed to a valid preset for h264_nvenc
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-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 89e62ed9b..27b675294 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Playback
// h264 (h264_nvenc)
else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
{
- param = "-preset high-performance";
+ param = "-preset default";
}
// webm