hwcontext: add a dxva2 implementation

This commit is contained in:
Anton Khirnov
2016-03-31 13:12:41 +02:00
parent d338abb664
commit c46db38cde
8 changed files with 376 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ static const HWContextType *hw_table[] = {
#if CONFIG_CUDA
&ff_hwcontext_type_cuda,
#endif
#if CONFIG_DXVA2
&ff_hwcontext_type_dxva2,
#endif
#if CONFIG_VAAPI
&ff_hwcontext_type_vaapi,
#endif