Intial cleanup
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "VideoOutputThread.h"
|
||||
|
||||
namespace RenderCadenceCompositor
|
||||
{
|
||||
using DeckLinkOutputThreadConfig = VideoOutputThreadConfig;
|
||||
using DeckLinkOutputThreadMetrics = VideoOutputThreadMetrics;
|
||||
|
||||
template <typename SystemFrameExchange>
|
||||
using DeckLinkOutputThread = VideoOutputThread<SystemFrameExchange>;
|
||||
}
|
||||
Reference in New Issue
Block a user