Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dlibsrt.c73 int iptos; member
120 { "iptos", "IP Type of Service", OFFSET(iptos), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 255, .flags = D|E },
347 (s->iptos >= 0 && libsrt_setsockopt(h, fd, SRTO_IPTOS, "SRTO_IPTOS", &s->iptos, sizeof(s->iptos)) < 0) || in libsrt_set_options_pre()
575 if (av_find_info_tag(buf, sizeof(buf), "iptos", p)) { in libsrt_open()
576 s->iptos = strtol(buf, NULL, 10); in libsrt_open()

Completed in 3 milliseconds