Re: [FFmpeg-devel] [PATCH 10/18] avformat/tls: fix udp init

2025-07-03 Thread Steven Liu
Timo Rothenpieler 于2025年7月3日周四 01:09写道: > > --- > libavformat/tls.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff --git a/libavformat/tls.c b/libavformat/tls.c > index f888970969..bd9c05e6dc 100644 > --- a/libavformat/tls.c > +++ b/libavformat/tls.c > @@ -81,7 +81,

[FFmpeg-devel] [PATCH 10/18] avformat/tls: fix udp init

2025-07-02 Thread Timo Rothenpieler
--- libavformat/tls.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libavformat/tls.c b/libavformat/tls.c index f888970969..bd9c05e6dc 100644 --- a/libavformat/tls.c +++ b/libavformat/tls.c @@ -81,7 +81,7 @@ int ff_tls_open_underlying(TLSShared *c, URLContext *pa