util/frame: only Frame needs to be Send

This commit is contained in:
meh
2015-06-09 23:47:10 +02:00
parent e188c69030
commit 32bf1b37ac
3 changed files with 31 additions and 7 deletions

View File

@ -261,8 +261,6 @@ impl Video {
}
}
unsafe impl Send for Video { }
impl Deref for Video {
type Target = Frame;