Remove usages of deprecated framerate properties

This commit is contained in:
Bill Thornton
2025-12-05 17:13:22 -05:00
parent 068f2e691b
commit 024ea6b1f7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1309,7 +1309,7 @@ export class HtmlVideoPlayer {
dropAllAnimations: false,
libassMemoryLimit: 40,
libassGlyphLimit: 40,
targetFps: videoStream?.ReferenceFrameRate || videoStream?.RealFrameRate || 24,
targetFps: videoStream?.ReferenceFrameRate || 24,
prescaleFactor: 0.8,
prescaleHeightLimit: 1080,
maxRenderHeight: 2160,