Bodecs Bela (2018-03-21):
> thank you, I have no commit rights.
Ok, pushed. Thanks for the fix.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman
2018.03.21. 17:36 keltezéssel, Nicolas George írta:
Bodecs Bela (2018-03-20):
>From 3a022da0ebd01b65fd3beed95a13ea0f0fcabb20 Mon Sep 17 00:00:00 2001
From: Bela Bodecs
Date: Tue, 20 Mar 2018 23:24:11 +0100
Subject: [PATCH] avformat/unix: handling EOF in case of SOCK_STREAM
when recv() return
Bodecs Bela (2018-03-20):
> >From 3a022da0ebd01b65fd3beed95a13ea0f0fcabb20 Mon Sep 17 00:00:00 2001
> From: Bela Bodecs
> Date: Tue, 20 Mar 2018 23:24:11 +0100
> Subject: [PATCH] avformat/unix: handling EOF in case of SOCK_STREAM
>
> when recv() returns 0 in case of SOCK_STREAM type, it means EOF
Dear All,
when recv() returns 0 in case of SOCK_STREAM type, it means EOF and with
this patch returns value accordingly.
See the original thread "[PATCH] avformat/unix: properly handling
timeout at reading" for details.
please review this patch!
thank you in advance!
best regards,
Bela Bod