Searched refs:tlpktdrop (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | libsrt.c | 77 int tlpktdrop; member 127 { "tlpktdrop", "Enable too-late pkt drop", OFFSET(tlpktdrop), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, .flags = D|E }, 351 (s->tlpktdrop >= 0 && libsrt_setsockopt(h, fd, SRTO_TLPKTDROP, "SRTO_TLPKTDROP", &s->tlpktdrop, sizeof(s->tlpktdrop)) < 0) || in libsrt_set_options_pre() 596 if (av_find_info_tag(buf, sizeof(buf), "tlpktdrop", p)) { in libsrt_open() 597 s->tlpktdrop = strtol(buf, NULL, 10); in libsrt_open()
|
Completed in 2 milliseconds