summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/ra.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/ra.h')
-rw-r--r--video/out/gpu/ra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/gpu/ra.h b/video/out/gpu/ra.h
index 4067b52425..cc7fd570f1 100644
--- a/video/out/gpu/ra.h
+++ b/video/out/gpu/ra.h
@@ -47,8 +47,8 @@ struct ra {
};
// For passing through windowing system specific parameters and such. The
-// names are always internal (except for legacy opengl-cb uses; the libmpv
-// render API uses mpv_render_param_type and maps them to names internally).
+// names are always internal (the libmpv render API uses mpv_render_param_type
+// and maps them to names internally).
// For example, a name="x11" entry has a X11 display as (Display*)data.
struct ra_native_resource {
const char *name;