Skip frames in application again
This commit is contained in:
parent
da8c1f3df9
commit
04e1c60189
1 changed files with 0 additions and 2 deletions
|
|
@ -309,8 +309,6 @@ impl Application for App {
|
|||
}
|
||||
// Frame is ready to be shown
|
||||
video_frame_opt = Some(video_frame);
|
||||
//TODO: allow skipping?
|
||||
break;
|
||||
} else {
|
||||
// Put frame back and exit loop
|
||||
video_frames.push_front(video_frame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue