Merge pull request #6846 from ameerj/nvdec-gpu-decode

nvdec: Add GPU video decoding for all capable drivers and platforms
This commit is contained in:
Fernando S 2021-09-11 23:11:32 +02:00 committed by GitHub
commit be4e192903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 337 additions and 135 deletions

View file

@ -182,5 +182,6 @@ private:
Q_DECLARE_METATYPE(Settings::CPUAccuracy);
Q_DECLARE_METATYPE(Settings::GPUAccuracy);
Q_DECLARE_METATYPE(Settings::FullscreenMode);
Q_DECLARE_METATYPE(Settings::NvdecEmulation);
Q_DECLARE_METATYPE(Settings::RendererBackend);
Q_DECLARE_METATYPE(Settings::ShaderBackend);