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

2020-01-18 Thread Marton Balint
On Thu, 16 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 | 13 +++-- 1 file changed,

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

2020-01-16 Thread Anthony Delannoy
As requested I negate the value inside the function instead of using directly the input. Regards, Anthony Delannoy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

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

2020-01-16 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 | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/l