Explicitly request limited range for renderers that require it

This commit is contained in:
Cameron Gutman
2026-08-05 23:25:30 -05:00
parent 2bea406f67
commit a903c5cef2
9 changed files with 35 additions and 0 deletions
@@ -18,6 +18,7 @@ public:
virtual enum AVPixelFormat getPreferredPixelFormat(int videoFormat) override;
virtual int getRendererAttributes() override;
virtual int getDecoderColorspace() override;
virtual int getDecoderColorRange() override;
private:
static void InputPortCallback(MMAL_PORT_T* port, MMAL_BUFFER_HEADER_T* buffer);