diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-08 00:58:38 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-08 00:58:38 -0500 |
| commit | c2da52914c3b5cabcb2cf153a4d5940e46e68387 (patch) | |
| tree | 93a6830ae087e840249d9ac305a06110bc419100 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 21816ff63e90e0b77c6be73d96dba886c6d542c6 (diff) | |
add SeriesStudioInfo object
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -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 3718edba4..58d193814 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -396,7 +396,7 @@ namespace MediaBrowser.Api.Playback param += " -crf 23"; } - param += " -tune zerolatency"; + //param += " -tune zerolatency"; } else if (string.Equals(videoEncoder, "libx265", StringComparison.OrdinalIgnoreCase)) |
