You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit aeb2de1c82
)
This commit is contained in:
committed by
Michael Niedermayer
parent
abbc1d272e
commit
3f44e3c91a
@@ -1271,12 +1271,7 @@ int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
for (i = 0; i < rt->nb_rtsp_streams; i++) {
|
||||
if (rt->rtsp_streams[i]->rtp_handle) {
|
||||
url_close(rt->rtsp_streams[i]->rtp_handle);
|
||||
rt->rtsp_streams[i]->rtp_handle = NULL;
|
||||
}
|
||||
}
|
||||
ff_rtsp_undo_setup(s);
|
||||
return err;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user