mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-02 10:26:50 +01:00
fixed another bug for missing answer text
This commit is contained in:
parent
be7623bd7e
commit
4ad2817f82
@ -525,7 +525,7 @@ goto start
|
||||
cls
|
||||
title FFmpeg VVDec support
|
||||
echo Hello, would you like to download FFmpeg VVDec support? Y/N?
|
||||
set /p vvcnow0
|
||||
set /p vvcnow0=Answer:
|
||||
if %vvcnow0% == Y goto installvvdecffmpegnow
|
||||
if %vvcnow0% == N goto start
|
||||
if %vvcnow0% == y goto installvvdecffmpegnow
|
||||
|
Loading…
x
Reference in New Issue
Block a user