]> git.sesse.net Git - nageru/blobdiff - mixer.cpp
Fix an issue with the correction factor locking to 0.95.
[nageru] / mixer.cpp
index 1d283e374041ea16da2c880da0584ef5fa614461..26e009595c650461fb92ae4a2d71ad17ba6cb567 100644 (file)
--- a/mixer.cpp
+++ b/mixer.cpp
@@ -413,6 +413,7 @@ void Mixer::bm_frame(unsigned card_index, uint16_t timecode,
                        new_frame.length = frame_length;
                        new_frame.interlaced = false;
                        new_frame.dropped_frames = dropped_frames;
+                       new_frame.received_timestamp = video_frame.received_timestamp;
                        card->new_frames.push_back(move(new_frame));
                        card->new_frames_changed.notify_all();
                }