avio: make url_get_file_handle() internal.

This commit is contained in:
Anton Khirnov
2011-03-31 17:51:24 +02:00
parent 32a97d4630
commit 1869ea03b7
9 changed files with 24 additions and 19 deletions

View File

@@ -173,7 +173,7 @@ static int rtsp_write_packet(AVFormatContext *s, AVPacket *pkt)
RTSPState *rt = s->priv_data;
RTSPStream *rtsp_st;
int n;
struct pollfd p = {url_get_file_handle(rt->rtsp_hd), POLLIN, 0};
struct pollfd p = {ffurl_get_file_handle(rt->rtsp_hd), POLLIN, 0};
AVFormatContext *rtpctx;
int ret;