From a001ce31bc2bcf875a39b5fb22dae49120293b42 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 7 Dec 2015 15:04:57 +0100 Subject: hwcontext: add a VDPAU implementation --- libavutil/hwcontext_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/hwcontext_internal.h') diff --git a/libavutil/hwcontext_internal.h b/libavutil/hwcontext_internal.h index acc775ccc5..54f8d1050e 100644 --- a/libavutil/hwcontext_internal.h +++ b/libavutil/hwcontext_internal.h @@ -86,4 +86,6 @@ struct AVHWFramesInternal { AVBufferPool *pool_internal; }; +extern const HWContextType ff_hwcontext_type_vdpau; + #endif /* AVUTIL_HWCONTEXT_INTERNAL_H */ -- cgit v1.2.3