mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 10:01:29 +03:00
@@ -1753,7 +1753,7 @@ pub fn start_video_audio_threads<F>(
|
||||
Arc<AtomicUsize>,
|
||||
)
|
||||
where
|
||||
F: 'static + FnMut(&scrap::ImageRgb) + Send,
|
||||
F: 'static + FnMut(&mut scrap::ImageRgb) + Send,
|
||||
{
|
||||
let (video_sender, video_receiver) = mpsc::channel::<MediaData>();
|
||||
let video_queue = Arc::new(ArrayQueue::<VideoFrame>::new(VIDEO_QUEUE_SIZE));
|
||||
|
||||
Reference in New Issue
Block a user