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

@ -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 */