gnu: ffmpeg-6: Update to 6.1.4.

* gnu/packages/video.scm (ffmpeg-6): Update to 6.1.4.

Change-Id: I8ab63fbb0a4b27a7c1253d2ea214b18ef27558e3
This commit is contained in:
Maxim Cournoyer 2025-12-31 10:08:25 +09:00
parent 42426e96bd
commit 8d2fe8772b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1974,14 +1974,14 @@ audio/video codec library.")
(define-public ffmpeg-6
(package
(inherit ffmpeg)
(version "6.1.2")
(version "6.1.4")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0f2fr8ywchhlkdff88lr4d4vscqzsi1ndjh3r5jwbkayf94lcqiv"))
"061s10n1z2f5wbhvjv8b7rv14390nvbqmfdzmv6v2i1cfkay6cd2"))
(patches
(search-patches
"ffmpeg-add-av_stream_get_first_dts-for-chromium.patch"))))