diff options
author | James Almer <jamrial@gmail.com> | 2017-11-10 20:38:36 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-11-10 20:43:15 -0300 |
commit | 1178babacaaad4e65fcb28af447afd586429c51a (patch) | |
tree | b29b1aaba933e628c9363e1b5fcc32332224705b /configure | |
parent | ec54df7dcd5935cc5efa6a25293b255a5d9a67f5 (diff) | |
parent | b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88 (diff) | |
download | ffmpeg-streaming-1178babacaaad4e65fcb28af447afd586429c51a.zip ffmpeg-streaming-1178babacaaad4e65fcb28af447afd586429c51a.tar.gz |
Merge commit 'b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88'
* commit 'b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88':
hevcdec: add a CUVID hwaccel
Adapted for ffmpeg by Timo Rothenpieler.
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2692,6 +2692,8 @@ hevc_d3d11va2_hwaccel_deps="d3d11va DXVA_PicParams_HEVC" hevc_d3d11va2_hwaccel_select="hevc_decoder" hevc_dxva2_hwaccel_deps="dxva2 DXVA_PicParams_HEVC" hevc_dxva2_hwaccel_select="hevc_decoder" +hevc_nvdec_hwaccel_deps="cuda nvdec" +hevc_nvdec_hwaccel_select="hevc_decoder" hevc_qsv_hwaccel_deps="libmfx" hevc_vaapi_hwaccel_deps="vaapi VAPictureParameterBufferHEVC" hevc_vaapi_hwaccel_select="hevc_decoder" |