aboutsummaryrefslogtreecommitdiffhomepage
path: root/subprojects
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-08-05 14:56:59 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-05 14:56:59 +0200
commite6c1cf0ec1ce220912a6ef6b6fac5ba9b2e98276 (patch)
tree5e5636b9bc485a0efc37af6b03fccc99401d671b /subprojects
parentfbc31a9561d16418226c0efa65e2a73923516dbd (diff)
workaround ffmpeg hybrid_fragmented bug when no packets have been recorded yet
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/packagefiles/ffmpeg-mbedtls-default-ca-certs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/packagefiles/ffmpeg-mbedtls-default-ca-certs.patch b/subprojects/packagefiles/ffmpeg-mbedtls-default-ca-certs.patch
index a22d4ae..2a36992 100644
--- a/subprojects/packagefiles/ffmpeg-mbedtls-default-ca-certs.patch
+++ b/subprojects/packagefiles/ffmpeg-mbedtls-default-ca-certs.patch
@@ -1,6 +1,6 @@
--- a/libavformat/tls_mbedtls.c
+++ b/libavformat/tls_mbedtls.c
-@@ -42,6 +42,66 @@
+@@ -42,6 +42,64 @@
#include "libavutil/avstring.h"
#include "libavutil/random_seed.h"
#include "libavutil/intreadwrite.h"