Fix macOS build

This commit is contained in:
Cameron Gutman
2025-02-18 19:52:33 -06:00
parent 4c5bcee8dc
commit bf51577787
3 changed files with 3 additions and 2 deletions
@@ -35,7 +35,7 @@ class VTRenderer : public VTBaseRenderer
{
public:
VTRenderer()
: IFFmpegRenderer(RendererType::VTSampleLayer),
: VTBaseRenderer(RendererType::VTSampleLayer),
m_HwContext(nullptr),
m_DisplayLayer(nullptr),
m_FormatDesc(nullptr),