We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79096c4 commit e1b9a61Copy full SHA for e1b9a61
2 files changed
inputstream.ffmpegdirect/addon.xml.in
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<addon
3
id="inputstream.ffmpegdirect"
4
- version="22.1.1"
+ version="22.1.2"
5
name="Inputstream FFmpeg Direct"
6
provider-name="Ross Nicholson">
7
<requires>@ADDON_DEPENDS@</requires>
inputstream.ffmpegdirect/changelog.txt
@@ -1,3 +1,7 @@
+v22.1.2
+- Fix crashing when % in headers caused by missing kodi::Log format arg
+- Fix building of openssl on windows caused by missing strawberryperl in path
+
v22.1.1
- Move CVariant to ffmpegdirect namespace to avoid collision with CVariant in Kodi, which causes random crashes when playing streams with this addon.
0 commit comments