h264dec: add a CUVID hwaccel
Some parts of the code are based on a patch by Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
parent
704311b294
commit
b9129ec466
10 changed files with 687 additions and 2 deletions
|
@ -68,6 +68,7 @@ void avcodec_register_all(void)
|
|||
|
||||
/* hardware accelerators */
|
||||
REGISTER_HWACCEL(H263_VAAPI, h263_vaapi);
|
||||
REGISTER_HWACCEL(H264_CUVID, h264_cuvid);
|
||||
REGISTER_HWACCEL(H264_D3D11VA, h264_d3d11va);
|
||||
REGISTER_HWACCEL(H264_D3D11VA2, h264_d3d11va2);
|
||||
REGISTER_HWACCEL(H264_DXVA2, h264_dxva2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue