fix decklink-out: init grains_read from current time to avoid epoch realignment

This commit is contained in:
Johanness
2026-05-30 23:13:24 +03:00
parent c2e823beda
commit b5d9c7cd3f
2 changed files with 8 additions and 0 deletions
@@ -45,6 +45,7 @@ private:
mxlRational output_rate_{50, 1};
uint64_t read_index_ = 0;
uint64_t grains_read_ = 0;
bool first_frame_ = true;
int device_index_ = 0;
BMDDisplayMode display_mode_ = bmdModeHD1080i50;