From 0da6364fae28aa8b09741468247d72d0ac1a2331 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Fri, 15 Mar 2024 10:07:43 +0200 Subject: Update src/3rdparty/ffmpeg/qt_attribution.json 8301dde957880035f49e9e7cb47c21d8b7bd1605 updated ffmpeg from v6.1 to v6.1.1 so add that in the ffmpeg/qt_attribution.json as well Change-Id: I22b666a40f6d69e38d093d7d74bd556a02d160ab Reviewed-by: Antti Kokko --- src/3rdparty/ffmpeg/qt_attribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/ffmpeg/qt_attribution.json b/src/3rdparty/ffmpeg/qt_attribution.json index af4a7c743..6e343be65 100644 --- a/src/3rdparty/ffmpeg/qt_attribution.json +++ b/src/3rdparty/ffmpeg/qt_attribution.json @@ -6,9 +6,9 @@ "Description": "FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles, and related metadata.", "QtUsage": "The FFmpeg media backend uses the \\l {https://ffmpeg.org}{FFmpeg framework}. FFmpeg is licensed under LGPLv2.1 or later versions of the licenses. Note that, while FFmpeg also features some optional components available under GPL or LGPLv3, the binaries that ship with Qt in the online installer do not contain these components. See the \\l {https://ffmpeg.org/legal.html}{FFmpeg licensing page} for further details.", "Homepage": "https://ffmpeg.org/", - "DownloadLocation": "https://github.com/FFmpeg/FFmpeg/archive/refs/tags/n6.1.zip", + "DownloadLocation": "https://github.com/FFmpeg/FFmpeg/archive/refs/tags/n6.1.1.zip", "SecurityCritical": true, - "Version": "n6.1", + "Version": "n6.1.1", "LicenseId": "LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-Source-Code AND ISC AND MIT AND MPL-2.0", "License": "GNU Lesser General Public License v2.1 or later and BSD 3-Clause \"New\" or \"Revised\" License and BSD 2-Clause \"Simplified\" License and BSD Source Code Attribution and ISC License and MIT License and Mozilla Public License 2.0", "Copyright": "Copyright (c) 2000-2023 the FFmpeg developers" -- cgit v1.2.3