X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_output.h;h=44eb86dea9860e6480c4552aeaf352a5990bf979;hb=e284d1c7a2e18ee7e4aea082c4a57a3504a0f5e8;hp=a2954964bb4b1a388ae7dd634a052d41ed7fb3de;hpb=d629176a2900f8611511136c7c9c40fe768115d5;p=nageru diff --git a/decklink_output.h b/decklink_output.h index a295496..44eb86d 100644 --- a/decklink_output.h +++ b/decklink_output.h @@ -38,7 +38,7 @@ class DeckLinkOutput : public IDeckLinkVideoOutputCallback { public: DeckLinkOutput(movit::ResourcePool *resource_pool, QSurface *surface, unsigned width, unsigned height, unsigned card_index); - void set_device(IDeckLink *output); + bool set_device(IDeckLink *output); void start_output(uint32_t mode, int64_t base_pts); // Mode comes from get_available_video_modes(). void end_output();