diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-03-11 16:30:22 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-03-11 16:30:22 +0100 |
| commit | bbd4860b55b2da21635ce35c82dc749d20372d6a (patch) | |
| tree | 06de2bc1681c2ed1a690d08399d3cafcf1235e23 | |
| parent | be6ed3ec7bafa20770f932f71a4f0a1f8c5a87b3 (diff) | |
Another warning
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs b/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs index 262f51786..f03e481df 100644 --- a/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs +++ b/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs @@ -1007,6 +1007,7 @@ namespace MediaBrowser.Api.Playback.Hls Logger.LogInformation("Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request"); state.BaseRequest.BreakOnNonKeyFrames = false; } + var inputModifier = EncodingHelper.GetInputModifier(state, encodingOptions); // If isEncoding is true we're actually starting ffmpeg |
