diff options
| author | Frank <fhriley@gmail.com> | 2019-06-01 15:03:48 -0700 |
|---|---|---|
| committer | Frank <fhriley@gmail.com> | 2019-06-01 15:46:41 -0700 |
| commit | 3ba709fcc32d7255a2cb2466dde8c2479130a2bc (patch) | |
| tree | 9f9969e525296fbaf9afe0c4a2ec7d5267619836 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | b1f764984f7098ee1164efee77f1bcb3de9fd08a (diff) | |
Fix #1432. Add support for encoding with libx265 and hevc_nvenc.
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 ae259a4f5..4865f3088 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -154,7 +154,7 @@ namespace MediaBrowser.Api.Playback protected readonly CultureInfo UsCulture = new CultureInfo("en-US"); - protected virtual string GetDefaultH264Preset() + protected virtual string GetDefaultEncoderPreset() { return "superfast"; } |
