mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
fixed another bug for missing answer text
This commit is contained in:
@ -525,7 +525,7 @@ goto start
|
|||||||
cls
|
cls
|
||||||
title FFmpeg VVDec support
|
title FFmpeg VVDec support
|
||||||
echo Hello, would you like to download FFmpeg VVDec support? Y/N?
|
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% == Y goto installvvdecffmpegnow
|
||||||
if %vvcnow0% == N goto start
|
if %vvcnow0% == N goto start
|
||||||
if %vvcnow0% == y goto installvvdecffmpegnow
|
if %vvcnow0% == y goto installvvdecffmpegnow
|
||||||
|
Reference in New Issue
Block a user