Enable HEVC RFI for CUDA, VAAPI, and VDPAU decoders

This commit is contained in:
Cameron Gutman
2022-10-05 18:47:43 -05:00
parent a1694ab951
commit 413ef42a34
6 changed files with 18 additions and 0 deletions
@@ -17,6 +17,7 @@ public:
virtual void renderFrame(AVFrame* frame) override;
virtual bool needsTestFrame() override;
virtual bool isDirectRenderingSupported() override;
virtual int getDecoderCapabilities() override;
private:
AVBufferRef* m_HwContext;