Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpproto.c228 char *fec_protocol = NULL; in rtp_open() local
294 if (!(fec_protocol = av_get_token(&p, "="))) { in rtp_open()
298 if (strcmp(fec_protocol, "prompeg")) { in rtp_open()
299 av_log(h, AV_LOG_ERROR, "Unsupported FEC protocol %s\n", fec_protocol); in rtp_open()
303 p = s->fec_options_str + strlen(fec_protocol); in rtp_open()
351 if (fec_protocol) { in rtp_open()
352 ff_url_join(buf, sizeof(buf), fec_protocol, NULL, hostname, rtp_port, NULL); in rtp_open()
366 av_free(fec_protocol); in rtp_open()
375 av_free(fec_protocol); in rtp_open()