Merge pull request #12590 from nyanmisaka/bwdif-cuda-deint

Enable the new BWDIF CUDA deint filter when available
This commit is contained in:
Bond-009
2024-09-06 17:14:44 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
// cuda
"scale_cuda",
"yadif_cuda",
"bwdif_cuda",
"tonemap_cuda",
"overlay_cuda",
"transpose_cuda",