From ebb92e076883f87cee2a3ddd4a7fe164f422f462 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 21 Feb 2011 22:45:20 +0100 Subject: avio: rename url_fopen/fclose -> avio_open/close. Signed-off-by: Ronald S. Bultje (cherry picked from commit 22a3212e32b696028e21f00871f3cb48c044029d) --- libavformat/rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtsp.c') diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 62311cbb23..a24f12bacf 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -498,7 +498,7 @@ void ff_rtsp_undo_setup(AVFormatContext *s) url_close_dyn_buf(rtpctx->pb, &ptr); av_free(ptr); } else { - url_fclose(rtpctx->pb); + avio_close(rtpctx->pb); } avformat_free_context(rtpctx); } else if (rt->transport == RTSP_TRANSPORT_RDT && CONFIG_RTPDEC) -- cgit v1.2.3