From ad884d100259e55cb51a4239cd8a4fd5154c2073 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 13 Jan 2016 14:25:58 +0100 Subject: hwcontext: add a CUDA implementation --- libavutil/hwcontext_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/hwcontext_internal.h') diff --git a/libavutil/hwcontext_internal.h b/libavutil/hwcontext_internal.h index 54f8d1050e..641232f140 100644 --- a/libavutil/hwcontext_internal.h +++ b/libavutil/hwcontext_internal.h @@ -86,6 +86,7 @@ struct AVHWFramesInternal { AVBufferPool *pool_internal; }; +extern const HWContextType ff_hwcontext_type_cuda; extern const HWContextType ff_hwcontext_type_vdpau; #endif /* AVUTIL_HWCONTEXT_INTERNAL_H */ -- cgit v1.2.3