Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dlibsrt.c75 int oheadbw; member
122 { "oheadbw", "MaxBW ceiling based on % over input stream rate", OFFSET(oheadbw), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 100, .flags = D|E },
307 (s->oheadbw >= 0 && libsrt_setsockopt(h, fd, SRTO_OHEADBW, "SRTO_OHEADBW", &s->oheadbw, sizeof(s->oheadbw)) < 0)) { in libsrt_set_options_post()
581 if (av_find_info_tag(buf, sizeof(buf), "oheadbw", p)) { in libsrt_open()
582 s->oheadbw = strtol(buf, NULL, 10); in libsrt_open()

Completed in 2 milliseconds