Enable HEVC RFI for CUDA, VAAPI, and VDPAU decoders

This commit is contained in:
Cameron Gutman 2022-10-05 18:47:43 -05:00
commit 413ef42a34
6 changed files with 18 additions and 0 deletions

View file

@ -42,6 +42,7 @@ public:
virtual bool needsTestFrame() override;
virtual bool isDirectRenderingSupported() override;
virtual int getDecoderColorspace() override;
virtual int getDecoderCapabilities() override;
virtual void notifyOverlayUpdated(Overlay::OverlayType) override;
#ifdef HAVE_EGL