Intial cleanup

This commit is contained in:
2026-05-22 15:37:50 +10:00
parent e6faaee1ca
commit d831b418d7
2 changed files with 16 additions and 14 deletions

View File

@@ -1,12 +0,0 @@
#pragma once
#include "VideoOutputThread.h"
namespace RenderCadenceCompositor
{
using DeckLinkOutputThreadConfig = VideoOutputThreadConfig;
using DeckLinkOutputThreadMetrics = VideoOutputThreadMetrics;
template <typename SystemFrameExchange>
using DeckLinkOutputThread = VideoOutputThread<SystemFrameExchange>;
}