diff options
author | Philip Langdale <philipl@overt.org> | 2018-10-21 13:49:16 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2018-11-02 11:26:30 -0700 |
commit | d5272e94ab22bfc8f01fa3174e2c4664161ddf5a (patch) | |
tree | 00c8aecd37e3efa10dcf80ad2f3a17c870d96d54 /configure | |
parent | 598f0f39271d6033588b4d8ccc672c5bdc85fec7 (diff) | |
download | ffmpeg-d5272e94ab22bfc8f01fa3174e2c4664161ddf5a.tar.gz |
avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer
This is a cuda implementation of yadif, which gives us a way to
do deinterlacing when using the nvdec hwaccel. In that scenario
we don't have access to the nvidia deinterlacer.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3482,6 +3482,7 @@ zscale_filter_deps="libzimg const_nan" scale_vaapi_filter_deps="vaapi" vpp_qsv_filter_deps="libmfx" vpp_qsv_filter_select="qsvvpp" +yadif_cuda_filter_deps="cuda_sdk" # examples avio_dir_cmd_deps="avformat avutil" |