Add Send trait to resampling::Context

This commit is contained in:
Vasily Chekalkin 2019-07-23 17:24:51 +10:00 committed by Zhiming Wang
parent f1ccd4e696
commit b31b5507fb
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -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 {