mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-04 08:51:07 +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.