mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
make hwcodec's bitrate the same as vpx
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -553,7 +553,7 @@ fn run(sp: GenericService) -> ResultType<()> {
|
||||
codec_name,
|
||||
width,
|
||||
height,
|
||||
bitrate_ratio: bitrate as _,
|
||||
bitrate: bitrate as _,
|
||||
}),
|
||||
None => EncoderCfg::VPX(VpxEncoderConfig {
|
||||
width: width as _,
|
||||
|
||||
Reference in New Issue
Block a user