Plumb HDR mode information to the decoders

This commit is contained in:
Cameron Gutman
2022-01-28 22:10:50 -06:00
parent ad0afb5fc9
commit 254526a213
8 changed files with 60 additions and 4 deletions
+3
View File
@@ -20,6 +20,9 @@ public:
// Unused since rendering is done directly from the decode thread
virtual void renderFrameOnMainThread() {}
// HDR is not supported by SLVideo
virtual void setHdrMode(bool) {}
private:
static void slLogCallback(void* context, ESLVideoLog logLevel, const char* message);