Fix macOS build

This commit is contained in:
Cameron Gutman
2025-02-18 19:52:33 -06:00
parent 4c5bcee8dc
commit bf51577787
3 changed files with 3 additions and 2 deletions
@@ -6,6 +6,7 @@
#import <Metal/Metal.h>
class VTBaseRenderer : public IFFmpegRenderer {
public:
VTBaseRenderer(IFFmpegRenderer::RendererType type) : IFFmpegRenderer(type) {}
bool checkDecoderCapabilities(id<MTLDevice> device, PDECODER_PARAMETERS params);
};
#endif