File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,11 +304,6 @@ pub(crate) struct TaskThreadDataDelayedFg {
304304 pub grain : Grain ,
305305}
306306
307- // TODO(SJC): Remove when TaskThreadDataDelayedFg is thread-safe
308- unsafe impl Send for TaskThreadDataDelayedFg { }
309- // TODO(SJC): Remove when TaskThreadDataDelayedFg is thread-safe
310- unsafe impl Sync for TaskThreadDataDelayedFg { }
311-
312307#[ derive( Default ) ]
313308#[ repr( C ) ]
314309pub ( crate ) struct TaskThreadData {
@@ -436,11 +431,6 @@ pub struct Rav1dContext {
436431 pub ( crate ) picture_pool : Arc < MemPool < u8 > > ,
437432}
438433
439- // TODO(SJC): Remove when Rav1dContext is thread-safe
440- unsafe impl Send for Rav1dContext { }
441- // TODO(SJC): Remove when Rav1dContext is thread-safe
442- unsafe impl Sync for Rav1dContext { }
443-
444434#[ derive( Default ) ]
445435#[ repr( C ) ]
446436pub struct Rav1dTask {
You can’t perform that action at this time.
0 commit comments