mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
fix mac hwcodec check (#13320)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user