Home
last modified time | relevance | path

Searched refs:inputbw (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dlibsrt.c74 int64_t inputbw; member
119 …ated input stream rate", OFFSET(inputbw), AV_OPT…
296 …if ((s->inputbw >= 0 && libsrt_setsockopt(h, fd, SRTO_INPUTBW, "SRTO_INPUTBW", &s->inputbw, sizeof… in libsrt_set_options_post()
557 s->inputbw = strtoll(buf, NULL, 10); in libsrt_open()
/third_party/ffmpeg/doc/
Dprotocols.texi1374 @item inputbw=@var{bytes/seconds}
1379 @option{inputbw} * (100 + @option{oheadbw}) / 100
1380 if @option{inputbw} is not set while @option{maxbw} is set to
1407 0 relative to input rate (see @option{inputbw})
1434 See @option{inputbw}. Default value is 25%.