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