summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index 4722f3d52e..531cec37fb 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -191,7 +191,7 @@ struct gl_hwdec_driver {
// Called on initialization, and every time the video size changes.
int (*reinit)(struct gl_hwdec *hw, int w, int h);
// Return textures that contain the given hw_image.
- // Note that the caller keeps a reference to hw_image until unbind_image
+ // Note that the caller keeps a reference to hw_image until unload_image
// is called, so the callee doesn't need to do that.
int (*load_image)(struct gl_hwdec *hw, struct mp_image *hw_image,
GLuint *out_textures);