Skip to content

Commit

Permalink
DeckLink sync mode: preroll 4 frames
Browse files Browse the repository at this point in the history
3 frames doesn't seem to be sufficient with DeckLink HD Extreme 3D+
when using compression (interestingly without it it seem to work with 3).
  • Loading branch information
MartinPulec committed Oct 16, 2023
1 parent fc92570 commit ad173e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_display/decklink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

enum {
SCHED_RANGE = 2,
DEFAULT_MIN_SCHED_FRAMES = 3,
DEFAULT_MIN_SCHED_FRAMES = 4,
DEFAULT_MAX_SCHED_FRAMES = DEFAULT_MIN_SCHED_FRAMES + SCHED_RANGE,
MAX_UNPROC_QUEUE_SIZE = 10,
};
Expand Down

0 comments on commit ad173e2

Please sign in to comment.