Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-09-21 14:06:05 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-09-21 14:06:05 +0400
commit3a49a3bf8e8be5cf8b4034d692582338c1f935a3 (patch)
treef6d25a1ee44ca5b2cedaae6580302a3ea5d1f5c8 /decoder
parent6a68127ddd619f62cb4def27e6e8bcd69e2cc3ca (diff)
cuvid: app new cores per SM unit mappings for latest architectures
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVVideo/decoders/cuvid.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/decoder/LAVVideo/decoders/cuvid.cpp b/decoder/LAVVideo/decoders/cuvid.cpp
index 0256a3a9..54a1b34e 100644
--- a/decoder/LAVVideo/decoders/cuvid.cpp
+++ b/decoder/LAVVideo/decoders/cuvid.cpp
@@ -270,6 +270,10 @@ static int _ConvertSMVer2CoresDrvApi(int major, int minor)
{ 0x20, 32 },
{ 0x21, 48 },
{ 0x30, 192 },
+ { 0x32, 192 },
+ { 0x35, 192 },
+ { 0x37, 192 },
+ { 0x50, 128 },
{ -1, -1 }
};