Searched refs:ipttl (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | libsrt.c | 72 int ipttl; member 119 { "ipttl", "IP Time To Live", OFFSET(ipttl), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 255, .flags = D|E }, 346 (s->ipttl >= 0 && libsrt_setsockopt(h, fd, SRTO_IPTTL, "SRTO_IPTTL", &s->ipttl, sizeof(s->ipttl)) < 0) || in libsrt_set_options_pre() 572 if (av_find_info_tag(buf, sizeof(buf), "ipttl", p)) { in libsrt_open() 573 s->ipttl = strtol(buf, NULL, 10); in libsrt_open()
|
Completed in 2 milliseconds