From b573a4967d55af45500ea34aa5beb174c460e49a Mon Sep 17 00:00:00 2001 From: Sam Van Den Berge Date: Mon, 10 Apr 2023 16:15:21 +0200 Subject: [PATCH] libmpv: fix file name in documentation render_cb.h doesn't exist but render.h does. --- libmpv/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpv/client.h b/libmpv/client.h index 414c6fe80e..b9697eb741 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -182,7 +182,7 @@ extern "C" { * Embedding the video window * -------------------------- * - * Using the render API (in render_cb.h) is recommended. This API requires + * Using the render API (in render.h) is recommended. This API requires * you to create and maintain an OpenGL context, to which you can render * video using a specific API call. This API does not include keyboard or mouse * input directly.