---
 avconv_hw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/avconv_hw.c b/avconv_hw.c
index 60aa07596..2a1d0c8fb 100644
--- a/avconv_hw.c
+++ b/avconv_hw.c
@@ -30,6 +30,7 @@ typedef struct HWDeviceType {
 } HWDeviceType;
 
 const HWDeviceType hw_device_types[] = {
+    { "opencl",   AV_HWDEVICE_TYPE_OPENCL,   HWACCEL_NONE  },
     { "qsv",      AV_HWDEVICE_TYPE_QSV,      HWACCEL_NONE  },
     { "vaapi",    AV_HWDEVICE_TYPE_VAAPI,    HWACCEL_VAAPI },
     { "vdpau",    AV_HWDEVICE_TYPE_VDPAU,    HWACCEL_VDPAU },
-- 
2.11.0

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to