mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Add an enum type for each renderer
This commit is contained in:
@@ -35,7 +35,8 @@ class VTRenderer : public VTBaseRenderer
|
||||
{
|
||||
public:
|
||||
VTRenderer()
|
||||
: m_HwContext(nullptr),
|
||||
: IFFmpegRenderer(RendererType::VTSampleLayer),
|
||||
m_HwContext(nullptr),
|
||||
m_DisplayLayer(nullptr),
|
||||
m_FormatDesc(nullptr),
|
||||
m_ContentLightLevelInfo(nullptr),
|
||||
|
||||
Reference in New Issue
Block a user