The hwaccel handling continues to use the previous form.
---
avconv_hw.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/avconv_hw.c b/avconv_hw.c
index b3fa3cf55..60aa07596 100644
--- a/avconv_hw.c
+++ b/avconv_hw.c
@@ -30,6 +30,7 @@ typedef struct HWDeviceType {
} HWDeviceType;
const HWDeviceType hw_device_types[] = {
+ { "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