]> git.sesse.net Git - nageru/blobdiff - decklink_output.h
Release Nageru 1.7.2.
[nageru] / decklink_output.h
index a2954964bb4b1a388ae7dd634a052d41ed7fb3de..44eb86dea9860e6480c4552aeaf352a5990bf979 100644 (file)
@@ -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();