From e96746faf024668e7861c7ffa3d4c0492d437763 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Fri, 11 Oct 2024 13:20:34 +1100 Subject: [PATCH] Fix from C++17 to C++ 14 of vvenc/vvdec info --- VVC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VVC.md b/VVC.md index 45f5c10..96ec853 100644 --- a/VVC.md +++ b/VVC.md @@ -8,7 +8,7 @@ Versatile Video Codec binaries has available two tools for you to choose. Fraunhofer HHI VVC binaries is just standard easy tool, which allows to encode & decode with arguments and also encodes good quality for slow preset, but it may be slow... -* C++ 17 programming language +* C++ 14 programming language * Supports Windows, macOS, Linux, BSD, Android, iOS & WebAssembly. * SIMDE: SCALAR, SSE4.1, SSE4.2, AVX, AVX2, AVX512 (unsupported yet), NEON (arm only) and WASM (Web browsers only). * Faster speeding up for newer computer machine of CPUs.