zmwangx / rust-ffmpeg-sys

FFmpeg bindings for Rust.
113 stars 75 forks source link

Add support for CUDA FFI. #70

Open hgaiser opened 4 months ago

hgaiser commented 4 months ago

This PR adds support for FFI functions related to CUDA in FFmpeg. I can also move this behind a feature if necessary?

hgaiser commented 3 months ago

Is there any interest in this? Ideally I would like to merge this so I don't have to depend on a github repo in my project :).