libmpv: fix file name in documentation

render_cb.h doesn't exist but render.h does.
This commit is contained in:
Sam Van Den Berge 2023-04-10 16:15:21 +02:00 committed by Dudemanguy
parent 3c1686488b
commit b573a4967d
1 changed files with 1 additions and 1 deletions

View File

@ -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.