summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc_hevc.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-07-19 11:24:36 +0200
committerAnton Khirnov <anton@khirnov.net>2015-07-22 12:11:46 +0200
commitecee1148af4989e1f9e16f0cdc9f98ad2045538c (patch)
treedc953d536ac012e299faff97730cb934a6a780d8 /libavcodec/qsvenc_hevc.c
parente605bf3b590d295f215fcc9fd58eb11be55b68cb (diff)
qsvenc_hevc: use the correct HW plugin UID
Diffstat (limited to 'libavcodec/qsvenc_hevc.c')
-rw-r--r--libavcodec/qsvenc_hevc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c
index 03007f1814..7ef706b042 100644
--- a/libavcodec/qsvenc_hevc.c
+++ b/libavcodec/qsvenc_hevc.c
@@ -160,7 +160,7 @@ static av_cold int qsv_enc_init(AVCodecContext *avctx)
if (q->load_plugin != LOAD_PLUGIN_NONE) {
static const char *uid_hevcenc_sw = "2fca99749fdb49aeb121a5b63ef568f7";
- static const char *uid_hevcenc_hw = "e5400a06c74d41f5b12d430bbaa23d0b";
+ static const char *uid_hevcenc_hw = "6fadc791a0c2eb479ab6dcd5ea9da347";
if (q->qsv.load_plugins[0]) {
av_log(avctx, AV_LOG_WARNING,