Re: [FFmpeg-devel] [PATCH] avformat/libsrt: fix deprecated warning

2022-03-29 Thread Steven Liu
> 2022年3月29日 下午9:18,lance.lmw...@gmail.com 写道: > > On Fri, Mar 25, 2022 at 03:39:04PM +0800, Zhao Zhili wrote: >> srt_socket was deprecated after 1.4.1. >> --- >> libavformat/libsrt.c | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c >> i

Re: [FFmpeg-devel] [PATCH] avformat/libsrt: fix deprecated warning

2022-03-29 Thread lance . lmwang
On Fri, Mar 25, 2022 at 03:39:04PM +0800, Zhao Zhili wrote: > srt_socket was deprecated after 1.4.1. > --- > libavformat/libsrt.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c > index 19b9cb9895..1610ce8318 100644 > --- a/libavformat/libs

[FFmpeg-devel] [PATCH] avformat/libsrt: fix deprecated warning

2022-03-25 Thread Zhao Zhili
srt_socket was deprecated after 1.4.1. --- libavformat/libsrt.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 19b9cb9895..1610ce8318 100644 --- a/libavformat/libsrt.c +++ b/libavformat/libsrt.c @@ -429,7 +429,11 @@ static int libsrt_setup