X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_capture.h;fp=decklink_capture.h;h=05eb4a8d29a027b2e5725a93710b8b80b16219c5;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=0a9c37b0494539c3cc5c3bc3f8964793cefa6a77;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/decklink_capture.h b/decklink_capture.h index 0a9c37b..05eb4a8 100644 --- a/decklink_capture.h +++ b/decklink_capture.h @@ -5,12 +5,17 @@ #include #include #include +#include +#include #include +#include "DeckLinkAPIModes.h" +#include "DeckLinkAPITypes.h" +#include "LinuxCOM.h" #include "bmusb/bmusb.h" class IDeckLink; -class IDeckLinkDisplayMode; +class IDeckLinkConfiguration; // TODO: Adjust CaptureInterface to be a little less bmusb-centric. // There are too many member functions here that don't really do anything.