X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_output.h;h=44eb86dea9860e6480c4552aeaf352a5990bf979;hb=3fd3a00f3f70d28377c4d876746e1a8849e422bd;hp=a2954964bb4b1a388ae7dd634a052d41ed7fb3de;hpb=27af21bd4b1d1638841a580d6a61608da08a8229;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();