Opelkuh
Opelkuh
I got `TestJumpBackAfterEndOfPlayback` working with 5.0 with the following patch (+ the changes in your branch): ```csharp Index: osu.Framework/Graphics/Video/VideoDecoder.cs UTF-8 =================================================================== diff --git a/osu.Framework/Graphics/Video/VideoDecoder.cs b/osu.Framework/Graphics/Video/VideoDecoder.cs --- a/osu.Framework/Graphics/Video/VideoDecoder.cs (revision abe410f850c600c98b0787bba4c3a8de16a32c67) +++...
As @nekodex said, right now there's only a fallback in cases when a HW-accelerated codec can't be created or opened. This _should_ prevent it from trying to use codecs that...