Implement support for HDR with software decoding on macOS

This commit is contained in:
Cameron Gutman
2024-08-22 00:05:26 -05:00
parent d2b3bc962f
commit df814fef4a
4 changed files with 259 additions and 60 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
class VTMetalRendererFactory {
public:
static
IFFmpegRenderer* createRenderer();
IFFmpegRenderer* createRenderer(bool hwAccel);
};
class VTRendererFactory {