]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext.c
Merge commit '7a6cf2771414c7ab8bca0811d589f6091a6e2b71'
[ffmpeg] / libavutil / hwcontext.c
index 08a085975269571789fddfa8087eead2f96f8779..3eada297427968f8a75b56f194f959f2738a0b41 100644 (file)
@@ -29,6 +29,9 @@
 #include "pixfmt.h"
 
 static const HWContextType *hw_table[] = {
+#if CONFIG_CUDA
+    &ff_hwcontext_type_cuda,
+#endif
 #if CONFIG_VDPAU
     &ff_hwcontext_type_vdpau,
 #endif