mirror of
https://github.com/citra-emu/citra.git
synced 2025-06-08 10:50:21 +00:00

The most important one being adding a mutex to protect the format_context. Apparently it wasn't thread safe (as one'd expect) but I didn't think about that. Should fix some of the strange issues happening with MP4 muxers, etc.