Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-03-21 17:39:29 +0300
committerAnton Khirnov <anton@khirnov.net>2022-07-23 12:53:19 +0300
commit760ce4bc0bd11f74f0851c0a662dd5cae888df83 (patch)
treef08849f50d2c0b3c35eb9028366927f91d4ea816 /Changelog
parent8e854cdd2e954be42d907671a7bf2826a3141f59 (diff)
fftools/ffmpeg: depend on threads
ffmpeg will be switched to a fully threaded architecture, starting with muxers.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2e034ff15a..08b7cc6745 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,7 @@ version <next>:
- Radiance HDR image support
- ddagrab (Desktop Duplication) video capture filter
- ffmpeg -shortest_buf_duration option
+- ffmpeg now requires threading to be built
version 5.1: