aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Trickplay
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2024-07-17 12:28:58 -0400
committerGitHub <noreply@github.com>2024-07-17 12:28:58 -0400
commitc2074040891b525edeb5abe6f79103e15e217288 (patch)
tree279ff0c6d790a7cfc08c970c0a44058d7e2f7bc2 /Jellyfin.Server.Implementations/Trickplay
parentb026772764a705e1ef49fa9b3be053f45a293968 (diff)
parente851bb869b0c9295372b6f9f47d78a4ea1401cea (diff)
Merge pull request #11511 from jellyfin/trickplay-keyframe-only
Diffstat (limited to 'Jellyfin.Server.Implementations/Trickplay')
-rw-r--r--Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs b/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs
index c14be032e..bb32b7c20 100644
--- a/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs
+++ b/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs
@@ -168,6 +168,7 @@ public class TrickplayManager : ITrickplayManager
options.ProcessThreads,
options.Qscale,
options.ProcessPriority,
+ options.EnableKeyFrameOnlyExtraction,
_encodingHelper,
cancellationToken).ConfigureAwait(false);