mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
fix mac hwcodec check (#13320)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
d3947c9a19
commit
7c8329c5c6
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ pub fn check_available_hwcodec() -> String {
|
|||
height: 720,
|
||||
pixfmt: DEFAULT_PIXFMT,
|
||||
align: HW_STRIDE_ALIGN as _,
|
||||
kbs: 0,
|
||||
kbs: 1000,
|
||||
fps: DEFAULT_FPS,
|
||||
gop: DEFAULT_GOP,
|
||||
quality: DEFAULT_HW_QUALITY,
|
||||
|
|
|
|||
Loading…
Reference in a new issue