Add full range handling to SdlRenderer

This commit is contained in:
Cameron Gutman
2026-08-05 23:44:11 -05:00
parent a903c5cef2
commit 4570fba87d
2 changed files with 22 additions and 0 deletions
@@ -23,6 +23,8 @@ public:
virtual bool isPixelFormatSupported(int videoFormat, enum AVPixelFormat pixelFormat) override;
virtual bool testRenderFrame(AVFrame* frame) override;
virtual bool notifyWindowChanged(PWINDOW_STATE_CHANGE_INFO) override;
virtual int getDecoderColorspace() override;
virtual int getDecoderColorRange() override;
private:
void renderOverlay(Overlay::OverlayType type);