Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/udp: return the error code instead of generic EIO

2021-01-07 Thread lance . lmwang
On Thu, Jan 07, 2021 at 05:07:32PM +0100, Marton Balint wrote: > > > On Thu, 7 Jan 2021, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/udp.c | 47 +++ > > 1 file changed, 23

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/udp: return the error code instead of generic EIO

2021-01-07 Thread Marton Balint
On Thu, 7 Jan 2021, lance.lmw...@gmail.com wrote: From: Limin Wang Signed-off-by: Limin Wang --- libavformat/udp.c | 47 +++ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/libavformat/udp.c b/libavformat/udp.c index

[FFmpeg-devel] [PATCH v2 1/3] avformat/udp: return the error code instead of generic EIO

2021-01-07 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavformat/udp.c | 47 +++ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/libavformat/udp.c b/libavformat/udp.c index 13c346a..798b789 100644 --- a/libavformat/udp.c +++