mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Don't use VAAPI drivers that lack VPP support
intel-media-va-driver (free) is one example of such a driver which is apparently missing the shaders to perform colorspace conversion.
This commit is contained in:
@@ -41,6 +41,9 @@ public:
|
||||
virtual int getDecoderColorspace() override;
|
||||
|
||||
private:
|
||||
bool validateDriver(VADisplay display);
|
||||
VADisplay openDisplay(SDL_Window* window);
|
||||
|
||||
int m_WindowSystem;
|
||||
AVBufferRef* m_HwContext;
|
||||
int m_DrmFd;
|
||||
|
||||
Reference in New Issue
Block a user