diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-13 14:25:58 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:08:33 +0100 |
commit | ad884d100259e55cb51a4239cd8a4fd5154c2073 (patch) | |
tree | ab6d8f0243c470113e8e2c33cae402394ade4a25 /libavutil/hwcontext_internal.h | |
parent | 7bc780cd4413f688d3b834037b0f9ddfd6948140 (diff) | |
download | ffmpeg-ad884d100259e55cb51a4239cd8a4fd5154c2073.tar.gz |
hwcontext: add a CUDA implementation
Diffstat (limited to 'libavutil/hwcontext_internal.h')
-rw-r--r-- | libavutil/hwcontext_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |