Home
last modified time | relevance | path

Searched refs:ff_udp_set_remote_url (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Durl.h276 int ff_udp_set_remote_url(URLContext *h, const char *uri);
Drtpproto.c125 ff_udp_set_remote_url(s->rtp_hd, buf); in ff_rtp_set_remote_url()
128 ff_udp_set_remote_url(s->rtcp_hd, buf); in ff_rtp_set_remote_url()
Dudp.c406 int ff_udp_set_remote_url(URLContext *h, const char *uri) in ff_udp_set_remote_url() function
746 if ((ret = ff_udp_set_remote_url(h, uri)) < 0) in udp_open()
/third_party/ffmpeg/doc/
Dprotocols.texi1848 destination address can't be changed with ff_udp_set_remote_url later.
1850 be specified in ff_udp_set_remote_url, too.