]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext.c
Merge commit 'c46db38cde8e8fd8ecb1c6602f10ec0e002f29a8'
[ffmpeg] / libavutil / hwcontext.c
index 619f21eab327d0274292b31b222a5bab1eef16dd..eeeb2880ff5c0b7396069f18aed15791e7d1d582 100644 (file)
@@ -32,6 +32,9 @@ static const HWContextType *hw_table[] = {
 #if CONFIG_CUDA
     &ff_hwcontext_type_cuda,
 #endif
+#if CONFIG_DXVA2
+    &ff_hwcontext_type_dxva2,
+#endif
 #if CONFIG_VAAPI
     &ff_hwcontext_type_vaapi,
 #endif