summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/drm_common.c2
-rw-r--r--video/out/present_sync.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/video/out/drm_common.c b/video/out/drm_common.c
index 67cac7a908..293948b614 100644
--- a/video/out/drm_common.c
+++ b/video/out/drm_common.c
@@ -431,7 +431,7 @@ void vo_drm_release_crtc(struct vo_drm_state *drm)
if (request)
drmModeAtomicFree(request);
-
+
if (!success)
MP_ERR(drm, "Failed to restore previous mode\n");
diff --git a/video/out/present_sync.c b/video/out/present_sync.c
index 618c53e6a2..a04d764712 100644
--- a/video/out/present_sync.c
+++ b/video/out/present_sync.c
@@ -27,7 +27,7 @@
* (ust, msc): clock time and incrementing counter of last vsync (this is
* increased continuously, even if we don't swap)
*
- * Note that this concept originates from the GLX_OML_sync_control extension
+ * Note that this concept originates from the GLX_OML_sync_control extension
* which includes another parameter: sbc (swap counter of frame that was
* last displayed). Both the xorg present extension and wayland's
* presentation-time protocol do not include sbc values so they are omitted