mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 19:21:28 +03:00
remove u128 compare
This commit is contained in:
@@ -123,7 +123,7 @@ pub struct PipeWireRecorder {
|
||||
appsink: AppSink,
|
||||
width: usize,
|
||||
height: usize,
|
||||
saved_raw_data: Vec<u128>, // for faster compare and copy
|
||||
saved_raw_data: Vec<u8>, // for faster compare and copy
|
||||
}
|
||||
|
||||
impl PipeWireRecorder {
|
||||
|
||||
Reference in New Issue
Block a user