Closed nnazo closed 5 months ago
I'm trying to use AVCodecContext in an async context but having trouble since AVCodecRef<'static> isn't Send
Yeah, *Ref and *Mut are Send. 0.15.1 was released for adding the trait bound.
*Ref
*Mut
Send
Thanks!
I'm trying to use AVCodecContext in an async context but having trouble since AVCodecRef<'static> isn't Send