1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-16 07:22:34 +02:00

Update ffmpeg to 4.3.1

This commit is contained in:
Elias Steurer 2020-08-08 19:29:39 +02:00
parent 0b2a66ff41
commit 9852b09abe

View File

@ -296,7 +296,7 @@ void Util::Util::requestDataProtection()
void Util::downloadFFMPEG()
{
QNetworkRequest req;
QString ffmpegVersion { "ffmpeg-4.2.2" };
QString ffmpegVersion { "ffmpeg-4.3.1" };
#ifdef Q_OS_WIN
req.setUrl(QUrl("https://ffmpeg.zeranoe.com/builds/win64/static/" + ffmpegVersion + "-win64-static.zip"));