Searched refs:fec_opts (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpproto.c | 224 AVDictionary *fec_opts = NULL; in rtp_open() local 306 if (av_dict_parse_string(&fec_opts, p, "=", ":", 0) < 0) { in rtp_open() 311 av_dict_set_int(&fec_opts, "ttl", s->ttl, 0); in rtp_open() 354 &fec_opts, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in rtp_open() 367 av_dict_free(&fec_opts); in rtp_open() 376 av_dict_free(&fec_opts); in rtp_open()
|