Home
last modified time | relevance | path

Searched refs:write_to_source (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpproto.c51 int write_to_source; member
77 { "write_to_source", "Send packets to the source address of the latest received packet", OFFSET(write_to_source), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, .flags = D|E },
215 * 'write_to_source=0/1' : send packets to the source address of the latest received packet
269 if (av_find_info_tag(buf, sizeof(buf), "write_to_source", p)) { in rtp_open()
270 s->write_to_source = strtol(buf, NULL, 10); in rtp_open()
448 if (s->write_to_source) { in rtp_write()

Completed in 2 milliseconds