git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e605bf3
)
qsvenc_hevc: use the correct HW plugin UID
author
Anton Khirnov
<anton@khirnov.net>
Sun, 19 Jul 2015 09:24:36 +0000
(11:24 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Wed, 22 Jul 2015 10:11:46 +0000
(12:11 +0200)
libavcodec/qsvenc_hevc.c
patch
|
blob
|
history
diff --git
a/libavcodec/qsvenc_hevc.c
b/libavcodec/qsvenc_hevc.c
index
03007f1
..
7ef706b
100644
(file)
--- 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,