hwcontext: add a CUDA implementation

This commit is contained in:
Anton Khirnov
2016-01-13 14:25:58 +01:00
parent 7bc780cd44
commit ad884d1002
7 changed files with 325 additions and 0 deletions

View 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