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.