fix mac hwcodec check (#13320)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-10-28 16:29:42 +08:00
committed by GitHub
parent d3947c9a19
commit 7c8329c5c6

View File

@@ -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,