mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Add support for negotiating non-default transfer formats for hwframes
This commit is contained in:
@@ -19,10 +19,12 @@ public:
|
||||
|
||||
private:
|
||||
void renderOverlay(Overlay::OverlayType type);
|
||||
enum AVPixelFormat getReadBackFormat(AVBufferRef* hwFrameCtxRef);
|
||||
|
||||
int m_VideoFormat;
|
||||
SDL_Renderer* m_Renderer;
|
||||
SDL_Texture* m_Texture;
|
||||
int m_SwPixelFormat;
|
||||
enum AVPixelFormat m_SwPixelFormat;
|
||||
SDL_Texture* m_OverlayTextures[Overlay::OverlayMax];
|
||||
SDL_Rect m_OverlayRects[Overlay::OverlayMax];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user