git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avconv: add support for Intel QSV-accelerated transcoding
[ffmpeg.git]
/
avconv_opt.c
diff --git
a/avconv_opt.c
b/avconv_opt.c
index
3819993
..
8fe53e6
100644
(file)
--- a/
avconv_opt.c
+++ b/
avconv_opt.c
@@
-64,6
+64,9
@@
const HWAccel hwaccels[] = {
#endif
#if CONFIG_VDA
{ "vda", vda_init, HWACCEL_VDA, AV_PIX_FMT_VDA },
+#endif
+#if CONFIG_LIBMFX
+ { "qsv", qsv_init, HWACCEL_QSV, AV_PIX_FMT_QSV },
#endif
{ 0 },
};