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>2016-10-23 12:10:13 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-10-23 12:10:13 +0300
commit147f76e0416d8bdcef5d6680e8e59eefc04864c8 (patch)
treeb2e56857ef2f60290063b66103011562c2398bd7 /decoder
parent4fde98445098e5ac49224aa00b224bbf64709b46 (diff)
cuvid: add SM -> core entry for Pascal cards
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVVideo/decoders/cuvid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/LAVVideo/decoders/cuvid.cpp b/decoder/LAVVideo/decoders/cuvid.cpp
index 89da1c34..9c0142b3 100644
--- a/decoder/LAVVideo/decoders/cuvid.cpp
+++ b/decoder/LAVVideo/decoders/cuvid.cpp
@@ -303,6 +303,7 @@ static int _ConvertSMVer2CoresDrvApi(int major, int minor)
{ 0x37, 192 },
{ 0x50, 128 },
{ 0x52, 128 },
+ { 0x61, 128 },
{ -1, -1 }
};