Skip frames in application again

This commit is contained in:
Jeremy Soller 2024-01-25 22:08:50 -07:00
parent da8c1f3df9
commit 04e1c60189

View file

@ -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);