mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
codec/context: make it Send
This commit is contained in:
@@ -128,6 +128,8 @@ impl Context {
|
||||
}
|
||||
}
|
||||
|
||||
unsafe impl Send for Context { }
|
||||
|
||||
impl Drop for Context {
|
||||
fn drop(&mut self) {
|
||||
if self._own {
|
||||
|
||||
Reference in New Issue
Block a user