rust-ffmpeg
rust-ffmpeg copied to clipboard
Does `software::scaling::context::Context` not implement `Send` for a reason?
I am not that familiar with ffmpeg, but I thought it'd be useful to have software::scaling::context::Context
implement Send
just like software::resampling::context::Context
does here if possible.
There is an open pr for this at #85 btw
is there a reason the pr where closed? i have also run into this issue