提交 d295ad3e 编写于 作者: J jp9000

obs-ffmpeg: Remove "Buffering (MS)" property

There's no need to display this property at the moment, the default
amount is more than sufficient for most cases.  That and most people
wouldn't know what to do with it anyway.
上级 71e3cce3
......@@ -157,10 +157,6 @@ static obs_properties_t *ffmpeg_source_getproperties(void *data)
obs_properties_add_text(props, "input_format",
obs_module_text("InputFormat"), OBS_TEXT_DEFAULT);
obs_properties_add_int(props, "buffering_mb",
obs_module_text("BufferingMB"),
0, 50, 1);
#ifndef __APPLE__
obs_properties_add_bool(props, "hw_decode",
obs_module_text("HardwareDecode"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册