Re: [FFmpeg-devel] [PATCH 09/18] avformat/udp: don't override 0 localport

2025-07-03 Thread Steven Liu
Timo Rothenpieler 于2025年7月3日周四 01:09写道: > > --- > libavformat/udp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/udp.c b/libavformat/udp.c > index c1ebdd1222..30f075de8e 100644 > --- a/libavformat/udp.c > +++ b/libavformat/udp.c > @@ -780,7 +780,7 @@ static

[FFmpeg-devel] [PATCH 09/18] avformat/udp: don't override 0 localport

2025-07-02 Thread Timo Rothenpieler
--- libavformat/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/udp.c b/libavformat/udp.c index c1ebdd1222..30f075de8e 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -780,7 +780,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)