From 70b74d32cdec067dcc2d7fcb52f441cbb40f4407 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 21 Feb 2018 12:39:22 +0100 Subject: client API: clarify license, fix some typos --- libmpv/opengl_cb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpv/opengl_cb.h') diff --git a/libmpv/opengl_cb.h b/libmpv/opengl_cb.h index 4025d745fa..384372b617 100644 --- a/libmpv/opengl_cb.h +++ b/libmpv/opengl_cb.h @@ -59,7 +59,7 @@ extern "C" { * for OpenGL 2.1 and OpenGL ES 2.0. * * Note that some hardware decoding interop API (as set with the "hwdec" option) - * may actually access + * may actually access some sort of host API, such as EGL. * * OpenGL state * ------------ @@ -118,7 +118,7 @@ extern "C" { * While "normal" mpv loads the OpenGL hardware decoding interop on demand, * this can't be done with opengl_cb for internal technical reasons. Instead, * it loads them by default, even if hardware decoding is not going to be used. - * In older mpv relases, this had to be done by setting the + * In older mpv releases, this had to be done by setting the * "opengl-hwdec-interop" or "hwdec-preload" options before calling * mpv_opengl_cb_init_gl(). You can still use the newer "gpu-hwdec-interop" * option to prevent loading of interop, or to load only a specific interop. -- cgit v1.2.3