diff --git a/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java b/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java index f5285bd4..2b99439d 100644 --- a/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java +++ b/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java @@ -122,7 +122,7 @@ public class VideoStream { if (decRend != null) { try { if (!decRend.setup(context.streamConfig.getWidth(), context.streamConfig.getHeight(), - 60, renderTarget, drFlags)) { + context.streamConfig.getRefreshRate(), renderTarget, drFlags)) { return false; }