Add colorspace support to VAAPI renderer

This commit is contained in:
Cameron Gutman
2019-12-14 16:58:04 -08:00
parent 8b9b96f422
commit 801adb6af7
2 changed files with 30 additions and 1 deletions
@@ -38,6 +38,7 @@ public:
virtual void renderFrame(AVFrame* frame) override;
virtual bool needsTestFrame() override;
virtual bool isDirectRenderingSupported() override;
virtual int getDecoderColorspace() override;
private:
int m_WindowSystem;