]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext.c
avformat/matroskaenc: write a CRC32 element on Cues
[ffmpeg] / libavutil / hwcontext.c
index 1e9e91329cd27cb821756a089f91f73af30d9868..be1d73e82f6a38256338e759d5028a3733ad3cfd 100644 (file)
@@ -35,6 +35,9 @@ static const HWContextType *hw_table[] = {
 #if CONFIG_DXVA2
     &ff_hwcontext_type_dxva2,
 #endif
+#if CONFIG_QSV
+    &ff_hwcontext_type_qsv,
+#endif
 #if CONFIG_VAAPI
     &ff_hwcontext_type_vaapi,
 #endif