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

@@ -97,6 +97,7 @@ struct AVHWFramesInternal {
};
extern const HWContextType ff_hwcontext_type_cuda;
extern const HWContextType ff_hwcontext_type_dxva2;
extern const HWContextType ff_hwcontext_type_vaapi;
extern const HWContextType ff_hwcontext_type_vdpau;