summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kindestam <antonki@kth.se>2017-11-10 08:54:53 +0100
committerJan Ekström <jeebjp@gmail.com>2017-12-03 17:30:17 +0200
commit04e5fbde438fffdbf60fe70ed1918cceb1c46244 (patch)
tree744aae6e1effa57fa8cdd777a494b136e30bc7cb
parenteb46d46e730650f42333b0dda907d95142ba3286 (diff)
downloadmpv-04e5fbde438fffdbf60fe70ed1918cceb1c46244.tar.bz2
mpv-04e5fbde438fffdbf60fe70ed1918cceb1c46244.tar.xz
hwdec: whitespace cleanup in hwdec_drmprime_drm.c
-rw-r--r--video/out/opengl/hwdec_drmprime_drm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/hwdec_drmprime_drm.c b/video/out/opengl/hwdec_drmprime_drm.c
index db624adfb4..ed95d4da14 100644
--- a/video/out/opengl/hwdec_drmprime_drm.c
+++ b/video/out/opengl/hwdec_drmprime_drm.c
@@ -48,7 +48,7 @@ struct priv {
struct mp_log *log;
struct mp_image_params params;
-
+
struct drm_atomic_context *ctx;
struct drm_frame current_frame, old_frame;
@@ -182,7 +182,7 @@ static int overlay_frame(struct ra_hwdec *hw, struct mp_image *hw_image,
set_current_frame(hw, &next_frame);
return 0;
-
+
fail:
drm_prime_destroy_framebuffer(p->log, p->ctx->fd, &next_frame.fb);
return ret;