mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 01:42:49 +08:00
fix ci
This commit is contained in:
parent
b763ec3080
commit
6ad3064ef9
@ -107,7 +107,6 @@ impl EncoderApi for HwEncoder {
|
||||
DataFormat::H264 => vf.set_h264s(frames),
|
||||
DataFormat::H265 => vf.set_h265s(frames),
|
||||
}
|
||||
vf.timestamp = get_time();
|
||||
msg_out.set_video_frame(vf);
|
||||
Ok(msg_out)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user