You've already forked rust-ffmpeg
mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-03-30 11:37:01 -07:00
Add Send trait to resampling::Context
This commit is contained in:
@@ -20,6 +20,8 @@ pub struct Context {
|
||||
output: Definition,
|
||||
}
|
||||
|
||||
unsafe impl Send for Context {}
|
||||
|
||||
impl Context {
|
||||
#[doc(hidden)]
|
||||
pub unsafe fn as_ptr(&self) -> *const SwrContext {
|
||||
|
||||
Reference in New Issue
Block a user