From c97c61d14b7b721a00697c63268eedc4e0511fef Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Sun, 8 Sep 2024 20:24:31 +1000 Subject: [PATCH] Fix bug error unrecognized --- VVCEasy.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VVCEasy.bat b/VVCEasy.bat index 4d3336f..28811ce 100644 --- a/VVCEasy.bat +++ b/VVCEasy.bat @@ -85,7 +85,7 @@ echo 9. Install/Update VLC VTM Plugins (Windows/Linux x64 of VLC plugins by Inte echo 10. Install FFmpeg VVC support. echo 11. Install MPV VVC support echo 12. Tests of VVC videos -echo 13. Build vvenc & vvdec by yourself from sources +echo 13. Build vvenc and vvdec by yourself from sources set /p VVCSTART=Number: if "%VVCSTART%" == "1" goto encodestart @@ -589,7 +589,7 @@ pause goto start :main123 -title Build vvenc & vvdec by yourself from sources +title Build vvenc and vvdec by yourself from sources cls echo Do you want build of vvenc and vvdec yourself on your computer? echo Before you agree to build for Windows, you need Cmake and Visual Studio on your computer.