diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-03-21 15:39:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-07-23 11:53:19 +0200 |
commit | 760ce4bc0bd11f74f0851c0a662dd5cae888df83 (patch) | |
tree | f08849f50d2c0b3c35eb9028366927f91d4ea816 /Changelog | |
parent | 8e854cdd2e954be42d907671a7bf2826a3141f59 (diff) | |
download | ffmpeg-760ce4bc0bd11f74f0851c0a662dd5cae888df83.tar.gz |
fftools/ffmpeg: depend on threads
ffmpeg will be switched to a fully threaded architecture, starting with
muxers.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |