Re: [FFmpeg-devel] [PATCH] lavf/libsrt: nonblock enabling correction

2020-01-15 Thread Marton Balint
On Wed, 15 Jan 2020, Anthony Delannoy wrote: As written in https://github.com/Haivision/srt/blob/v1.4.1/docs/API.md, the nonblock mode is activated if SRTO_SNDSYN and SRTO_RCVSYN, for sending and receiving respectively, are set to 0. --- libavformat/libsrt.c | 10 +- 1 file changed, 5 i

[FFmpeg-devel] [PATCH] lavf/libsrt: nonblock enabling correction

2020-01-15 Thread Anthony Delannoy
As written in https://github.com/Haivision/srt/blob/v1.4.1/docs/API.md, the nonblock mode is activated if SRTO_SNDSYN and SRTO_RCVSYN, for sending and receiving respectively, are set to 0. --- libavformat/libsrt.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libav