mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 14:40:22 +00:00
DeckLink disp.: fixed scheduled mode
fixed commit 5f1ae260f (21st Jul 2023)
This commit is contained in:
@@ -426,7 +426,7 @@ void PlaybackDelegate::ScheduleNextFrame()
|
||||
return;
|
||||
}
|
||||
while (!schedFrames.empty()) {
|
||||
DeckLinkFrame *f = lastSchedFrame = schedFrames.front();
|
||||
DeckLinkFrame *f = schedFrames.front();
|
||||
schedFrames.pop();
|
||||
if (++i > m_max_sched_frames) {
|
||||
LOG(LOG_LEVEL_WARNING)
|
||||
|
||||
Reference in New Issue
Block a user