X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fdecklink_output.h;h=2c07bc72ccae0c32c8300081d473eebaf6bc7af9;hb=5a34f92eb0bf5fe911cb6ca72a18ad03ce9898ac;hp=29ea29c177481fbe3d3850de8e6cdbb9b79bb1fb;hpb=7188e3e948c60f78f5e2cd8756337f716de06d99;p=nageru diff --git a/nageru/decklink_output.h b/nageru/decklink_output.h index 29ea29c..2c07bc7 100644 --- a/nageru/decklink_output.h +++ b/nageru/decklink_output.h @@ -17,7 +17,7 @@ #include "DeckLinkAPITypes.h" #include "LinuxCOM.h" -#include "context.h" +#include "shared/context.h" #include "print_latency.h" #include "quittable_sleeper.h" #include "ref_counted_frame.h" @@ -141,6 +141,7 @@ private: bool last_frame_had_mode_mismatch = false; movit::ResourcePool *resource_pool; + IDeckLinkInput *input = nullptr; IDeckLinkOutput *output = nullptr; BMDVideoConnection video_connection; QSurface *surface;