Re: [FFmpeg-devel] [PATCH v4] libavformat/rtsp: return error if rtsp_hd_out is null instead of crash

2019-09-27 Thread Aman Gupta
On Mon, Sep 23, 2019 at 8:23 AM Ross Nicholson wrote: > Can this be applied? > Applied to master. Thank you for your contribution. > > > On 19 Sep 2019, at 16:14, Ross Nicholson wrote: > > > > Updated to v4 of patch after learning from Aman Gupta that 'rt' did not > need to be checked in the

Re: [FFmpeg-devel] [PATCH v4] libavformat/rtsp: return error if rtsp_hd_out is null instead of crash

2019-09-23 Thread Ross Nicholson
Can this be applied? > On 19 Sep 2019, at 16:14, Ross Nicholson wrote: > > Updated to v4 of patch after learning from Aman Gupta that 'rt' did not need > to be checked in the context of this function. > > Should be good to go now. > >> On Thu, 19 Sep 2019 at 16:12, phunkyfish wrote: >> ---

Re: [FFmpeg-devel] [PATCH v4] libavformat/rtsp: return error if rtsp_hd_out is null instead of crash

2019-09-19 Thread Ross Nicholson
Updated to v4 of patch after learning from Aman Gupta that 'rt' did not need to be checked in the context of this function. Should be good to go now. On Thu, 19 Sep 2019 at 16:12, phunkyfish wrote: > --- > libavformat/rtsp.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[FFmpeg-devel] [PATCH v4] libavformat/rtsp: return error if rtsp_hd_out is null instead of crash

2019-09-19 Thread phunkyfish
--- libavformat/rtsp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index c153cac88b..859defa592 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1318,6 +1318,9 @@ static int rtsp_send_cmd_with_content_async(AVFormatContext *s,