Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can impl Send for AVCodecRef<'static> be added? #183

Closed
nnazo opened this issue Jun 17, 2024 · 2 comments · Fixed by #184
Closed

Can impl Send for AVCodecRef<'static> be added? #183

nnazo opened this issue Jun 17, 2024 · 2 comments · Fixed by #184
Assignees

Comments

@nnazo
Copy link

nnazo commented Jun 17, 2024

I'm trying to use AVCodecContext in an async context but having trouble since AVCodecRef<'static> isn't Send

@ldm0
Copy link
Member

ldm0 commented Jun 18, 2024

Yeah, *Ref and *Mut are Send. 0.15.1 was released for adding the trait bound.

@nnazo
Copy link
Author

nnazo commented Jun 18, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants