Clean up deprecated -vsync option (#12765)

This commit is contained in:
Nyanmisaka
2024-10-03 14:18:40 +00:00
committed by GitHub
parent 9604088e3c
commit b496f979f0
4 changed files with 34 additions and 6 deletions
@@ -1908,7 +1908,7 @@ public class DynamicHlsController : BaseJellyfinApiController
if (!string.IsNullOrEmpty(state.OutputVideoSync))
{
args += " -vsync " + state.OutputVideoSync;
args += EncodingHelper.GetVideoSyncOption(state.OutputVideoSync, _mediaEncoder.EncoderVersion);
}
args += _encodingHelper.GetOutputFFlags(state);