X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_output.cpp;fp=decklink_output.cpp;h=4d6b1e124041c20cb3f9438f015140fd6e542003;hb=ea939212ac5a746ed7e0cb52383edcd481302ede;hp=39b2cd09f2b270640306eb7c95e5419596ff5b8c;hpb=508e627eaad81db60cee79b596a800ba3d49a325;p=nageru diff --git a/decklink_output.cpp b/decklink_output.cpp index 39b2cd0..4d6b1e1 100644 --- a/decklink_output.cpp +++ b/decklink_output.cpp @@ -356,8 +356,8 @@ HRESULT DeckLinkOutput::ScheduledFrameCompleted(/* in */ IDeckLinkVideoFrame *co break; } - static int hei = 0; - print_latency("DeckLink output latency (frame received → output on HDMI):", frame->received_ts, false, &hei); + static int frameno = 0; + print_latency("DeckLink output latency (frame received → output on HDMI):", frame->received_ts, false, &frameno); { lock_guard lock(frame_queue_mutex);