Skip to content

Commit b8436a4

Browse files
committed
bump to ffmpeg v4.2.2
1 parent 80e3788 commit b8436a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

imageio_ffmpeg/_definitions.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ def get_platform():
2828

2929
# Platform string -> ffmpeg filename
3030
FNAME_PER_PLATFORM = {
31-
"osx64": "ffmpeg-osx64-v4.1", # 10.9+
32-
"win32": "ffmpeg-win32-v4.1.exe", # Windows 7+
33-
"win64": "ffmpeg-win64-v4.1.exe",
34-
# "linux32": "ffmpeg-linux32-v4.1",
35-
"linux64": "ffmpeg-linux64-v4.1", # Kernel 2.6.32+
31+
"osx64": "ffmpeg-osx64-v4.2.2", # 10.10+
32+
"win32": "ffmpeg-win32-v4.2.2.exe", # Windows 7+
33+
"win64": "ffmpeg-win64-v4.2.2.exe",
34+
# "linux32": "ffmpeg-linux32-v4.2.2",
35+
"linux64": "ffmpeg-linux64-v4.2.2", # Kernel 3.2.0+
3636
}
3737

3838
osxplats = "macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64"

0 commit comments

Comments
 (0)