From ffb628768c89b5d40bb75337215b31dae3841798 Mon Sep 17 00:00:00 2001 From: Marvin Gajek <75074306+MGTheTrain@users.noreply.github.com> Date: Sat, 20 Apr 2024 02:16:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d3d39..795bd6b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A collection of sample code snippets demonstrating how to create bindings for va - [x] Sample Go wrappers refering to C++ compiled source code resulting in shared libraries - [x] Sample C# wrappers refering to C++ compiled source code resulting in shared libraries - [x] C++ audio module **(Optional, Experimental)** -- [ ] ~~C++ video module **(Optional, Experimental)**~~ +- [ ] C++ video module **(Optional, Experimental)** ## Getting started