mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Add an enum type for each renderer
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "genhwaccel.h"
|
||||
|
||||
GenericHwAccelRenderer::GenericHwAccelRenderer(AVHWDeviceType hwDeviceType)
|
||||
: m_HwDeviceType(hwDeviceType),
|
||||
: IFFmpegRenderer(RendererType::Unknown),
|
||||
m_HwDeviceType(hwDeviceType),
|
||||
m_HwContext(nullptr)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user