// Copyright (c) 2012-2017 VideoStitch SAS // Copyright (c) 2018 stitchEm #pragma once #include "libvideostitch/frame.hpp" #include /** * Magewell shared helper functions. */ namespace VideoStitch { namespace Magewell { DWORD xiColorFormat(const PixelFormat& pixelFormat); } } // namespace VideoStitch