summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/client_api_examples/README.md')
-rw-r--r--DOCS/client_api_examples/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/README.md b/DOCS/client_api_examples/README.md
index 1b6b40b082..013098bf14 100644
--- a/DOCS/client_api_examples/README.md
+++ b/DOCS/client_api_examples/README.md
@@ -24,6 +24,11 @@ qml_direct
Alternative example, which typically avoids a FBO indirection. Might be
slightly faster, but is less flexible and harder to use.
+sdl
+---
+
+Show how to embed the mpv OpenGL renderer in SDL.
+
simple
------