From 5ef1afbac9062a851f69c5a8b05483d72b92e4b3 Mon Sep 17 00:00:00 2001 From: Marvin Gajek <75074306+MGTheTrain@users.noreply.github.com> Date: Sat, 20 Apr 2024 12:31:50 +0200 Subject: [PATCH] final commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46c2bf..c897c6a 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)** +- [x] C++ video module **(Optional, Experimental)** ## Getting started