Checkpoint: Fix a crash
This commit is contained in:
parent
699a5d2944
commit
177e385bb9
4 changed files with 16 additions and 36 deletions
|
@ -157,7 +157,7 @@ pub trait PlatformDispatcher: Send + Sync {
|
|||
}
|
||||
|
||||
pub trait PlatformDisplayLink {
|
||||
fn set_output_callback(&mut self, callback: Box<dyn FnMut(&VideoTimestamp, &VideoTimestamp)>);
|
||||
// fn set_output_callback(&mut self, callback: Box<dyn FnMut(&VideoTimestamp, &VideoTimestamp)>);
|
||||
fn start(&mut self);
|
||||
fn stop(&mut self);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue