From 1869ea03b7fb8e3db2f034f4214e03bd3f8b3d30 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 31 Mar 2011 17:51:24 +0200 Subject: avio: make url_get_file_handle() internal. --- libavformat/sapdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/sapdec.c') diff --git a/libavformat/sapdec.c b/libavformat/sapdec.c index c3e7a8bbc0..ed22e0b4c4 100644 --- a/libavformat/sapdec.c +++ b/libavformat/sapdec.c @@ -183,7 +183,7 @@ fail: static int sap_fetch_packet(AVFormatContext *s, AVPacket *pkt) { struct SAPState *sap = s->priv_data; - int fd = url_get_file_handle(sap->ann_fd); + int fd = ffurl_get_file_handle(sap->ann_fd); int n, ret; struct pollfd p = {fd, POLLIN, 0}; uint8_t recvbuf[1500]; -- cgit v1.2.3