X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_capture.h;h=05eb4a8d29a027b2e5725a93710b8b80b16219c5;hb=402b3d36c13bb04e9a2f690c5c12d8f85d6dc415;hp=0a9c37b0494539c3cc5c3bc3f8964793cefa6a77;hpb=08a992d58c34da8d8bbd70226f7e85c9f30d9514;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.