summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2024-03-01 12:36:15 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2024-03-01 15:35:10 +0100
commit7d616997b62c37f3e3a9f39b4116151ec2846c6b (patch)
tree147d64224d0d6fd7486fa50c01a2d7220cce0f35 /src/3rdparty
parent3bec392c1ffcfa29a9fcbe2ef2ad76727f36e699 (diff)
Fix spelling of FFmpeg in (end-)user-visible strings
It's two capital "FF", lowercase "mpeg". Pick-to: 6.7 6.6 6.5 Change-Id: I96d90ba959c5f52e998323800e97c8e72c731910 Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/ffmpeg/qt_attribution.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/3rdparty/ffmpeg/qt_attribution.json b/src/3rdparty/ffmpeg/qt_attribution.json
index 9e404b481..af4a7c743 100644
--- a/src/3rdparty/ffmpeg/qt_attribution.json
+++ b/src/3rdparty/ffmpeg/qt_attribution.json
@@ -4,7 +4,7 @@
"Name": "FFmpeg",
"QDocModule": "qtmultimedia",
"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.",
+ "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",
"SecurityCritical": true,
@@ -18,7 +18,7 @@
"Name": "libjpeg",
"QDocModule": "qtmultimedia",
"Description": "libjpeg is a widely used C library for reading and writing JPEG image files.",
- "QtUsage": "The FFMpeg media backend uses modified code from libjpeg in `libavcodec/jfdctfst.c`, `libavcodec/jfdctint_template.c` and `libavcodec/jrevdct.c`. For list of modifications, see \\l {https://git.ffmpeg.org/ffmpeg.git}{FFmpeg source code management system}.",
+ "QtUsage": "The FFmpeg media backend uses modified code from libjpeg in `libavcodec/jfdctfst.c`, `libavcodec/jfdctint_template.c` and `libavcodec/jrevdct.c`. For list of modifications, see \\l {https://git.ffmpeg.org/ffmpeg.git}{FFmpeg source code management system}.",
"SecurityCritical": true,
"Homepage": "https://libjpeg.sourceforge.net/",
"DownloadLocation": "https://libjpeg.sourceforge.net/",
@@ -31,7 +31,7 @@
"Name": "zlib",
"QDocModule": "qtmultimedia",
"Description": "Zlib is a software library used for data compression",
- "QtUsage": "The FFMpeg media backend uses the Adler-32 algorithm from zlib",
+ "QtUsage": "The FFmpeg media backend uses the Adler-32 algorithm from zlib",
"SecurityCritical": false,
"Homepage": "https://www.zlib.net/",
"DownloadLocation": "https://www.zlib.net/",
@@ -44,7 +44,7 @@
"Name": "boost",
"QDocModule": "qtmultimedia",
"Description": "Boost is a set of libraries for the C++ programming language ",
- "QtUsage": "The FFMpeg media backend uses algorithms from the Boost math library",
+ "QtUsage": "The FFmpeg media backend uses algorithms from the Boost math library",
"SecurityCritical": false,
"Homepage": "https://www.boost.org/",
"DownloadLocation": "https://www.boost.org/",