fix build, sciter

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-10-08 23:32:11 +08:00
parent 2f2a7d1f89
commit 3bb7123dd5
7 changed files with 18 additions and 8 deletions

View File

@@ -1926,7 +1926,7 @@ where
//
// to-do: fix the error
log::error!("handle video frame error, {}", e);
session.refresh_video(display);
session.refresh_video(display as _);
}
_ => {}
}