X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_output.h;h=44eb86dea9860e6480c4552aeaf352a5990bf979;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=ba2318a3f8f40fdbb77b69c096973fbc0a263f96;hpb=1df7849fad1d0647a02951abaa60f9e4f40ce360;p=nageru diff --git a/decklink_output.h b/decklink_output.h index ba2318a..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(); @@ -150,8 +150,6 @@ private: GLuint uyvy_vbo; // Holds position and texcoord data. GLuint uyvy_program_num; // Owned by . GLuint uyvy_position_attribute_index, uyvy_texcoord_attribute_index; - - LatencyHistogram latency_histogram; }; #endif // !defined(_DECKLINK_OUTPUT_H)