Select color range based on plane COLOR_RANGE property values

This commit is contained in:
Cameron Gutman
2026-08-05 23:48:51 -05:00
parent 4570fba87d
commit 3f26217df7
2 changed files with 17 additions and 0 deletions
@@ -770,6 +770,7 @@ public:
virtual bool testRenderFrame(AVFrame* frame) override;
virtual bool isDirectRenderingSupported() override;
virtual int getDecoderColorspace() override;
virtual int getDecoderColorRange() override;
virtual void setHdrMode(bool enabled) override;
virtual void notifyOverlayUpdated(Overlay::OverlayType type) override;
#ifdef HAVE_EGL