Re: [FFmpeg-devel] [PATCH v3 5/6] avformat/rtsp: set return variable in error path

2020-11-20 Thread Martin Storsjö
On Mon, 12 Oct 2020, Andriy Gelman wrote: From: Andriy Gelman In this error path ret still stores the number of bytes read in ffurl_read(). Signed-off-by: Andriy Gelman --- libavformat/rtsp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index e9f

[FFmpeg-devel] [PATCH v3 5/6] avformat/rtsp: set return variable in error path

2020-10-12 Thread Andriy Gelman
From: Andriy Gelman In this error path ret still stores the number of bytes read in ffurl_read(). Signed-off-by: Andriy Gelman --- libavformat/rtsp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index e9fca034b4..cb9fc31166 100644 --- a/libavforma