X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fdecklink_output.h;h=2c07bc72ccae0c32c8300081d473eebaf6bc7af9;hb=2f8f882defb23abe8b2c54e195b72c57fba55cd6;hp=44eb86dea9860e6480c4552aeaf352a5990bf979;hpb=9b7d691b4cc5db7dbfc18c82e86c1207fcac4722;p=nageru diff --git a/nageru/decklink_output.h b/nageru/decklink_output.h index 44eb86d..2c07bc7 100644 --- a/nageru/decklink_output.h +++ b/nageru/decklink_output.h @@ -17,11 +17,11 @@ #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" -#include "ref_counted_gl_sync.h" +#include "shared/ref_counted_gl_sync.h" namespace movit { @@ -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;