mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
libmpv: fix file name in documentation
render_cb.h doesn't exist but render.h does.
This commit is contained in:
committed by
Dudemanguy
parent
3c1686488b
commit
b573a4967d
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user