summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-21 22:45:20 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-02-23 10:18:55 -0500
commit22a3212e32b696028e21f00871f3cb48c044029d (patch)
tree4d85172aedcc3cfd79ee8a828fc8b8fe5e0dc9f8 /libavformat/rtsp.c
parent28c4741a6617a4c1d2490cb13fc70ae4c9c472da (diff)
downloadffmpeg-streaming-22a3212e32b696028e21f00871f3cb48c044029d.zip
ffmpeg-streaming-22a3212e32b696028e21f00871f3cb48c044029d.tar.gz
avio: rename url_fopen/fclose -> avio_open/close.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 62311cb..a24f12b 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)
OpenPOWER on IntegriCloud