Skip to content

rav1eenc/dav1ddec: Use `AtomicRefCell` instead of `Mutex` for the state

Sebastian Dröge requested to merge slomo/gst-plugins-rs:atomic-refcell into main

It's only accessed from the streaming thread.

Merge request reports